From: <one...@us...> - 2003-02-24 11:53:48
|
Update of /cvsroot/hibernate/Hibernate2/src/net/sf/hibernate In directory sc8-pr-cvs1:/tmp/cvs-serv10031/src/net/sf/hibernate Modified Files: Session.java Log Message: cleanups Index: Session.java =================================================================== RCS file: /cvsroot/hibernate/Hibernate2/src/net/sf/hibernate/Session.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Session.java 14 Jan 2003 14:07:04 -0000 1.6 --- Session.java 24 Feb 2003 11:53:45 -0000 1.7 *************** *** 240,245 **** * will be thrown.<br> * <br> - * <em>The class may not contain toplevel collections or collections - * with subcollections.</em> * * @param object a transient instance containing updated state --- 240,243 ---- *************** *** 253,258 **** * current session.<br> * <br> - * <em>The class may not contain toplevel collections or collections - * with subcollections.</em> * * @param object a transient instance containing updated state --- 251,254 ---- |