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 2003/06/07 12:23:36 UTC

cvs commit: db-ojb/src/test/org/apache/ojb/performance PerfTest.java

brj         2003/06/07 03:23:36

  Modified:    src/test/org/apache/ojb/performance PerfTest.java
  Log:
  some style fixes
  
  Revision  Changes    Path
  1.4       +3 -3      db-ojb/src/test/org/apache/ojb/performance/PerfTest.java
  
  Index: PerfTest.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/test/org/apache/ojb/performance/PerfTest.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- PerfTest.java	2 Apr 2003 20:24:17 -0000	1.3
  +++ PerfTest.java	7 Jun 2003 10:23:36 -0000	1.4
  @@ -157,9 +157,9 @@
           testTimes[position] = testTimes[position] + time;
       }
   
  -    public void registerPerfMain(PerfMain perfMain)
  +    public void registerPerfMain(PerfMain aPerfMain)
       {
  -        this.perfMain = perfMain;
  +        this.perfMain = aPerfMain;
       }
   
       public ThreadGroup getThreadGroup()