cvs commit: jakarta-bcel/src/java/org/apache/bcel/util BCELFactory.java

[email protected]
Newsgroups gmane.comp.jakarta.bcel.devel
Message-ID <[email protected]>
mdahm       2004/11/09 12:35:42

  Modified:    src/java/org/apache/bcel/util BCELFactory.java
  Log:
  select patches
  
  Revision  Changes    Path
  1.5       +3 -3      jakarta-bcel/src/java/org/apache/bcel/util/BCELFactory.java
  
  Index: BCELFactory.java
  ===================================================================
  RCS file: /home/cvs/jakarta-bcel/src/java/org/apache/bcel/util/BCELFactory.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- BCELFactory.java	23 May 2003 07:55:32 -0000	1.4
  +++ BCELFactory.java	9 Nov 2004 20:35:42 -0000	1.5
  @@ -277,7 +277,7 @@
   
         args.append(" }");
         
  -      _out.print("    Select " + name + " = new " +
  +      _out.print("Select " + name + " = new " +
   		 bi.getName().toUpperCase() + "(" + args +
   		 ", new InstructionHandle[] { ");
   	
  @@ -288,7 +288,7 @@
   	  _out.print(", ");
         } 
   
  -      _out.println(");");
  +      _out.println(" }, null);");
       } else {
         int    t_pos  = bh.getTarget().getPosition();
         String target;
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.