You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by ha...@apache.org on 2001/11/05 09:06:21 UTC

cvs commit: jakarta-avalon-cornerstone/apps/db/src/java/org/apache/avalon/db/persistence/inmemory NoPersistence.java

hammant     01/11/05 00:06:21

  Modified:    apps/db/src/java/org/apache/avalon/db/persistence/inmemory
                        NoPersistence.java
  Log:
  typo with put()
  
  Revision  Changes    Path
  1.3       +2 -2      jakarta-avalon-cornerstone/apps/db/src/java/org/apache/avalon/db/persistence/inmemory/NoPersistence.java
  
  Index: NoPersistence.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/apps/db/src/java/org/apache/avalon/db/persistence/inmemory/NoPersistence.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- NoPersistence.java	2001/10/31 12:38:01	1.2
  +++ NoPersistence.java	2001/11/05 08:06:21	1.3
  @@ -34,7 +34,7 @@
    *
    *
    * @author Paul Hammant <a href="mailto:Paul_Hammant@yahoo.com">Paul_Hammant@yahoo.com</a>
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    */
   public class NoPersistence extends AbstractLoggable
           implements DatabasePersistor, Block, Contextualizable, Composable, Configurable,
  @@ -119,6 +119,6 @@
        *
        */
       public void addTable(String tableName, Table table) {
  -        mAddressableObjects.put(tableName, tableName);
  +        mAddressableObjects.put(tableName, table);
       }
   }
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>