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:19:04 UTC

cvs commit: db-ojb/src/test/org/apache/ojb/odmg CollectionsTest.java

brj         2003/06/07 03:19:04

  Modified:    src/test/org/apache/ojb/odmg CollectionsTest.java
  Log:
  some style fixes
  
  Revision  Changes    Path
  1.5       +1 -2      db-ojb/src/test/org/apache/ojb/odmg/CollectionsTest.java
  
  Index: CollectionsTest.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/test/org/apache/ojb/odmg/CollectionsTest.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- CollectionsTest.java	3 Jun 2003 00:12:48 -0000	1.4
  +++ CollectionsTest.java	7 Jun 2003 10:19:04 -0000	1.5
  @@ -427,7 +427,6 @@
   
           public CollectibleC()
           {
  -            this.extentName = extentName;
           }
   
           public CollectibleC(Integer colId, String name, Integer gathererId, String extentName)