[Batchserver-cvs] batchserver/src/org/jmonks/batchserver/framework/common ErrorCode.java,1.15,1.16
Brought to you by:
suresh_pragada
From: Suresh <sur...@us...> - 2006-05-23 03:16:34
|
Update of /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework/common In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv25263/org/jmonks/batchserver/framework/common Modified Files: ErrorCode.java Log Message: no message Index: ErrorCode.java =================================================================== RCS file: /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework/common/ErrorCode.java,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** ErrorCode.java 19 May 2006 18:55:17 -0000 1.15 --- ErrorCode.java 23 May 2006 03:16:29 -0000 1.16 *************** *** 62,67 **** /** ! * Creates a new erorcode with the same errorcode and appends the given ! * message to the existing message and returns the new error code. * * @param messageToBeAppended Message that needs to be appended to the existing message. --- 62,67 ---- /** ! * Creates a new ErorCode object with the same error code and appends the given ! * message to the existing message and returns that new error code. * * @param messageToBeAppended Message that needs to be appended to the existing message. |