[jboss-cvs] javassist/src/main/javassist ...

Shigeru Chiba chiba at is.titech.ac.jp
Fri Jun 8 12:35:07 EDT 2007


  User: chiba   
  Date: 07/06/08 12:35:07

  Modified:    src/main/javassist  CtClassType.java
  Log:
  a small bug fix
  
  Revision  Changes    Path
  1.58      +0 -1      javassist/src/main/javassist/CtClassType.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CtClassType.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/CtClassType.java,v
  retrieving revision 1.57
  retrieving revision 1.58
  diff -u -b -r1.57 -r1.58
  --- CtClassType.java	8 Jun 2007 13:32:10 -0000	1.57
  +++ CtClassType.java	8 Jun 2007 16:35:07 -0000	1.58
  @@ -170,7 +170,6 @@
               return cfile;
   
           if (readCounter++ > READ_THRESHOLD) {
  -            getCounter += 2;
               releaseClassFiles();
               readCounter = 0;
           }
  
  
  



More information about the jboss-cvs-commits mailing list