User: user57 Date: 02/04/03 17:39:44 Modified: src/main/org/jboss/test/idgen/interfaces IdCounter.java Log: o Changed next & current to nextValue & currentValue to avoid problems with SQL reserved words. Revision Changes Path 1.2 +3 -3 jbosstest/src/main/org/jboss/test/idgen/interfaces/IdCounter.java Index: IdCounter.java =================================================================== RCS file: /cvsroot/jboss/jbosstest/src/main/org/jboss/test/idgen/interfaces/IdCounter.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- IdCounter.java 25 Aug 2000 13:43:40 -0000 1.1 +++ IdCounter.java 4 Apr 2002 01:39:44 -0000 1.2 @@ -10,8 +10,8 @@ /** * * @see <related> - * @author $Author: oberg $ - * @version $Revision: 1.1 $ + * @author $Author: user57 $ + * @version $Revision: 1.2 $ */ public interface IdCounter extends EJBObject @@ -25,7 +25,7 @@ // Constructors -------------------------------------------------- // Public -------------------------------------------------------- - public long getNext() + public long getNextValue() throws RemoteException; public String getName()
_______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development