Update of /cvsroot/hibernate/Hibernate2/src/net/sf/hibernate/type
In directory sc8-pr-cvs1:/tmp/cvs-serv24603/sf/hibernate/type
Modified Files:
AbstractType.java
Log Message:
further clean-ups of mapping package
Index: AbstractType.java
===================================================================
RCS file: /cvsroot/hibernate/Hibernate2/src/net/sf/hibernate/type/AbstractType.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** AbstractType.java 5 Jan 2003 02:11:24 -0000 1.3
--- AbstractType.java 27 Jan 2003 12:12:41 -0000 1.4
***************
*** 11,15 ****
/**
! * Root of the built in Type hierarchy.
*/
public abstract class AbstractType implements Type {
--- 11,15 ----
/**
! * Mapping of the built in Type hierarchy.
*/
public abstract class AbstractType implements Type {
|