From: <one...@us...> - 2003-01-31 23:54:27
|
Update of /cvsroot/hibernate/Hibernate/cirrus/hibernate/type In directory sc8-pr-cvs1:/tmp/cvs-serv21211 Modified Files: ShortType.java Log Message: ShortType returns a Short Index: ShortType.java =================================================================== RCS file: /cvsroot/hibernate/Hibernate/cirrus/hibernate/type/ShortType.java,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** ShortType.java 22 Oct 2002 17:00:27 -0000 1.11 --- ShortType.java 31 Jan 2003 23:54:24 -0000 1.12 *************** *** 20,24 **** public Class returnedClass() { ! return Integer.class; } --- 20,24 ---- public Class returnedClass() { ! return Short.class; } |