You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by br...@apache.org on 2004/01/07 15:22:41 UTC

cvs commit: db-ojb/xdocs pb-tutorial.xml

brianm      2004/01/07 06:22:41

  Modified:    xdocs    pb-tutorial.xml
  Log:
  Fix bug found by Daniel Perry
  
  Revision  Changes    Path
  1.3       +2 -2      db-ojb/xdocs/pb-tutorial.xml
  
  Index: pb-tutorial.xml
  ===================================================================
  RCS file: /home/cvs/db-ojb/xdocs/pb-tutorial.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- pb-tutorial.xml	28 Aug 2003 19:35:31 -0000	1.2
  +++ pb-tutorial.xml	7 Jan 2004 14:22:41 -0000	1.3
  @@ -305,7 +305,7 @@
           PersistenceBroker broker = null;
           try
           {
  -            PersistenceBrokerFactory.defaultPersistenceBroker();
  +            broker = PersistenceBrokerFactory.defaultPersistenceBroker();
               broker.delete(product);
           }
           finally
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org