[Jvalid-checkins] CVS: jvalid/src/net/sourceforge/jvalid DataValidationException.java,1.2,1.3
Status: Alpha
Brought to you by:
mikewill_1998
From: Mike W. <mik...@us...> - 2001-03-29 02:43:06
|
Update of /cvsroot/jvalid/jvalid/src/net/sourceforge/jvalid In directory usw-pr-cvs1:/tmp/cvs-serv12047 Modified Files: DataValidationException.java Log Message: Removed stray cvs log comment. Index: DataValidationException.java =================================================================== RCS file: /cvsroot/jvalid/jvalid/src/net/sourceforge/jvalid/DataValidationException.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** DataValidationException.java 2001/03/29 02:35:24 1.2 --- DataValidationException.java 2001/03/29 02:43:02 1.3 *************** *** 45,48 **** --- 45,51 ---- * $Header$ * $Log$ + * Revision 1.3 2001/03/29 02:43:02 mikewill_1998 + * Removed stray cvs log comment. + * * Revision 1.2 2001/03/29 02:35:24 mikewill_1998 * Added 2 new methods: *************** *** 53,61 **** * New exception that is thrown by the getObject() method in the Validator * class when validation errors occur. - * - * Revision 1.1 2001/03/15 00:39:47 mikewill_1998 - * This exception is thrown if an unkown data type is passed to the toDouble() method in DataConverter. - * Missed adding it the first time. Bad developer!!! ;) - * * */ --- 56,59 ---- |