From: <one...@us...> - 2002-11-26 03:36:14
|
Update of /cvsroot/hibernate/Hibernate/cirrus/hibernate/ejb In directory sc8-pr-cvs1:/tmp/cvs-serv20166/cirrus/hibernate/ejb Modified Files: EntityBean.java Log Message: fixed broken line-endings and added a test Index: EntityBean.java =================================================================== RCS file: /cvsroot/hibernate/Hibernate/cirrus/hibernate/ejb/EntityBean.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** EntityBean.java 6 Sep 2002 16:51:29 -0000 1.5 --- EntityBean.java 26 Nov 2002 03:35:41 -0000 1.6 *************** *** 259,263 **** this.id = id; } ! public void ejbActivate() throws EJBException, RemoteException { } --- 259,263 ---- this.id = id; } ! public void ejbActivate() throws EJBException, RemoteException { } |