husted      2002/11/13 04:44:25

  Modified:    scaffold/src/java/org/apache/commons/scaffold/util
                        Storable.java
  Log:
  + Storable: Change "primaryKey" to "storageKey"
  
  Revision  Changes    Path
  1.2       +3 -3      
jakarta-commons-sandbox/scaffold/src/java/org/apache/commons/scaffold/util/Storable.java
  
  Index: Storable.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons-sandbox/scaffold/src/java/org/apache/commons/scaffold/util/Storable.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Storable.java     19 Aug 2002 22:33:01 -0000      1.1
  +++ Storable.java     13 Nov 2002 12:44:25 -0000      1.2
  @@ -48,13 +48,13 @@
       /**
        * Return this object's primary key.
        */
  -    public Object getPrimaryKey();
  +    public Object getStorageKey();
   
   
       /**
        * Set this object's primary key.
        */
  -    public void setPrimaryKey(Object key);
  +    public void setStorageKey(Object key);
   
   
       /**
  
  
  

--
To unsubscribe, e-mail:   <mailto:commons-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:commons-dev-help@;jakarta.apache.org>

Reply via email to