[Webfunds-commits] java/webfunds/sox ItemId.java

Ian Grigg iang@cypherpunks.ai
Tue, 27 Feb 2001 10:13:38 -0400 (AST)


iang        01/02/27 10:13:38

  Modified:    webfunds/sox ItemId.java
  Log:
  another getId snuck in with a patch

Revision  Changes    Path
1.16      +3 -3      java/webfunds/sox/ItemId.java

Index: ItemId.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/sox/ItemId.java,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ItemId.java	2001/02/27 14:02:04	1.15
+++ ItemId.java	2001/02/27 14:13:38	1.16
@@ -1,5 +1,5 @@
 /*
- * $Id: ItemId.java,v 1.15 2001/02/27 14:02:04 iang Exp $
+ * $Id: ItemId.java,v 1.16 2001/02/27 14:13:38 iang Exp $
  *
  * Copyright (c) Systemics Ltd 1995-1999 on behalf of
  * the WebFunds Development Team.  All Rights Reserved.
@@ -13,7 +13,7 @@
  * This class represents an Item identifer,
  * which is the standard way of refering to an item.
  *
- * @version $Revision: 1.15 $
+ * @version $Revision: 1.16 $
  */
 public class ItemId
     extends Id
@@ -74,7 +74,7 @@
         do
         {
             item = new ItemId(ex());
-            id = item.getId();
+            id = item.getByteArray();
         }
             while ((id == null) || (id.length == 0)) ;