User: fleury
Date: 00/08/16 15:08:55
Modified: src/main/org/jboss/util FastKey.java
Log:
ahummm again, and again (I should really compile at least) not my day
Revision Changes Path
1.4 +2 -2 jboss/src/main/org/jboss/util/FastKey.java
Index: FastKey.java
===================================================================
RCS file: /products/cvs/ejboss/jboss/src/main/org/jboss/util/FastKey.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- FastKey.java 2000/08/16 22:07:44 1.3
+++ FastKey.java 2000/08/16 22:08:55 1.4
@@ -16,7 +16,7 @@
*
* @see org.jboss.ejb.plugins.NoPassivationInstanceCache.java
* @author <a href="[EMAIL PROTECTED]">Marc Fleury</a>
-* @version $Revision: 1.3 $
+* @version $Revision: 1.4 $
*/
public class FastKey
{
@@ -45,7 +45,7 @@
public FastKey(Object id) {
- fastKey = nextFaskKey();
+ fastKey = nextFastKey();
this.id = id;
}