From: <one...@us...> - 2003-01-26 03:16:35
|
Update of /cvsroot/hibernate/Hibernate2/src/net/sf/hibernate/type In directory sc8-pr-cvs1:/tmp/cvs-serv9127/sf/hibernate/type Modified Files: Type.java Log Message: fixed a problem with parsing cfg file Index: Type.java =================================================================== RCS file: /cvsroot/hibernate/Hibernate2/src/net/sf/hibernate/type/Type.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Type.java 19 Jan 2003 11:47:08 -0000 1.4 --- Type.java 26 Jan 2003 03:16:32 -0000 1.5 *************** *** 56,60 **** * @see java.sql.Types * @param pi ! * @return int[] the typecodes * @throws MappingException */ --- 56,60 ---- * @see java.sql.Types * @param pi ! * @return the typecodes * @throws MappingException */ *************** *** 69,73 **** /** ! * The class returned by <tt>nullSafeGet()<tt> methods. This is used to establish * the class of an array of this type. * --- 69,73 ---- /** ! * The class returned by <tt>nullSafeGet()</tt> methods. This is used to establish * the class of an array of this type. * |