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

Jason Thomas Greene jgreene at jboss.com
Tue May 27 20:48:43 EDT 2008


  User: jgreene 
  Date: 08/05/27 20:48:43

  Modified:    src/main/javassist/bytecode/analysis  MultiType.java
  Log:
  Remove accidental inclusion of a debug statement
  
  Revision  Changes    Path
  1.2       +1 -3      javassist/src/main/javassist/bytecode/analysis/MultiType.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MultiType.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/bytecode/analysis/MultiType.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- MultiType.java	24 May 2008 05:12:52 -0000	1.1
  +++ MultiType.java	28 May 2008 00:48:43 -0000	1.2
  @@ -201,11 +201,9 @@
   
       private boolean inMergeSource(MultiType source) {
           while (source != null) {
  -            if (source == this) {
  -                System.out.println("INMERGESOURCE!");
  +            if (source == this)
                   return true;
   
  -            }
               source = source.mergeSource;
           }
   
  
  
  



More information about the jboss-cvs-commits mailing list