You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by he...@apache.org on 2004/08/26 18:49:33 UTC

cvs commit: db-torque/src/java/org/apache/torque/oid IDBroker.java

henning     2004/08/26 09:49:33

  Modified:    src/java/org/apache/torque/oid Tag: TORQUE_3_1_BRANCH
                        IDBroker.java
  Log:
  Static method should be accessed statically (caught by Eclipse)
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.27.2.4  +2 -2      db-torque/src/java/org/apache/torque/oid/IDBroker.java
  
  Index: IDBroker.java
  ===================================================================
  RCS file: /home/cvs/db-torque/src/java/org/apache/torque/oid/IDBroker.java,v
  retrieving revision 1.27.2.3
  retrieving revision 1.27.2.4
  diff -u -r1.27.2.3 -r1.27.2.4
  --- IDBroker.java	20 May 2004 04:36:07 -0000	1.27.2.3
  +++ IDBroker.java	26 Aug 2004 16:49:33 -0000	1.27.2.4
  @@ -498,7 +498,7 @@
           {
               try
               {
  -                houseKeeperThread.sleep(SLEEP_PERIOD);
  +                Thread.sleep(SLEEP_PERIOD);
               }
               catch (InterruptedException exc)
               {
  
  
  

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