[Beepcore-java-commits] CVS: beepcore-java/src/org/beepcore/beep/core BEEPError.java,1.6,1.7
Status: Beta
Brought to you by:
huston
From: Huston F. <hu...@us...> - 2002-09-07 15:01:19
|
Update of /cvsroot/beepcore-java/beepcore-java/src/org/beepcore/beep/core In directory usw-pr-cvs1:/tmp/cvs-serv485 Modified Files: BEEPError.java Log Message: javadoc fixes Index: BEEPError.java =================================================================== RCS file: /cvsroot/beepcore-java/beepcore-java/src/org/beepcore/beep/core/BEEPError.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** BEEPError.java 29 Nov 2001 04:00:00 -0000 1.6 --- BEEPError.java 7 Sep 2002 15:01:17 -0000 1.7 *************** *** 1,7 **** - /* ! * BEEPError.java $Revision$ $Date$ * * Copyright (c) 2001 Invisible Worlds, Inc. All rights reserved. * * The contents of this file are subject to the Blocks Public License (the --- 1,7 ---- /* ! * BEEPError.java $Revision$ $Date$ * * Copyright (c) 2001 Invisible Worlds, Inc. All rights reserved. + * Copyright (c) 2002 Huston Franklin. All rights reserved. * * The contents of this file are subject to the Blocks Public License (the *************** *** 312,316 **** public static final int CODE_PARAMETER_INVALID = 553; ! /** Transaction failed (e.g. policy violation) */ public static final int CODE_TRANSACTION_FAILED = 554; } --- 312,316 ---- public static final int CODE_PARAMETER_INVALID = 553; ! /** Transaction failed (e.g. policy violation). */ public static final int CODE_TRANSACTION_FAILED = 554; } |