You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2001/11/02 23:14:44 UTC

cvs commit: jakarta-avalon/src/documentation/xdocs/developing implementing.xml

donaldp     01/11/02 14:14:44

  Modified:    src/documentation/xdocs/developing implementing.xml
  Log:
  Fix typo
  
  Submitted By: Marcus Crafter <cr...@fztig938.bank.dresdner.net>
  
  Revision  Changes    Path
  1.8       +1 -1      jakarta-avalon/src/documentation/xdocs/developing/implementing.xml
  
  Index: implementing.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon/src/documentation/xdocs/developing/implementing.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- implementing.xml	2001/10/30 16:16:43	1.7
  +++ implementing.xml	2001/11/02 22:14:44	1.8
  @@ -966,7 +966,7 @@
   
           if (dbSelector != null)
           {
  -            this.manager.release(instancesdbSelector);
  +            this.manager.release(dbSelector);
           }
       }
   }
  
  
  

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