User: salborini
Date: 00/10/18 18:28:07
Modified: src/main/org/jboss/test/lock/interfaces
EnterpriseEntity.java
Log:
Updated lock test
Revision Changes Path
1.2 +1 -1
jbosstest/src/main/org/jboss/test/lock/interfaces/EnterpriseEntity.java
Index: EnterpriseEntity.java
===================================================================
RCS file:
/products/cvs/ejboss/jbosstest/src/main/org/jboss/test/lock/interfaces/EnterpriseEntity.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- EnterpriseEntity.java 2000/10/09 18:12:27 1.1
+++ EnterpriseEntity.java 2000/10/19 01:28:07 1.2
@@ -11,6 +11,6 @@
public void setField(String value) throws RemoteException;
public void setNextEntity(String nextBeanName) throws RemoteException;
public void setAndCopyField(String value) throws RemoteException;
- public int getField() throws RemoteException;
+ public String getField() throws RemoteException;
}