User: reverbel
  Date: 02/02/18 14:16:03

  Modified:    iiop/src/main/org/jboss/proxy/compiler IIOPStubCompiler.java
  Log:
  Debugging code commented out.
  
  Revision  Changes    Path
  1.2       +11 -13    
contrib/iiop/src/main/org/jboss/proxy/compiler/IIOPStubCompiler.java
  
  Index: IIOPStubCompiler.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/contrib/iiop/src/main/org/jboss/proxy/compiler/IIOPStubCompiler.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- IIOPStubCompiler.java     13 Feb 2002 20:21:46 -0000      1.1
  +++ IIOPStubCompiler.java     18 Feb 2002 22:16:03 -0000      1.2
  @@ -28,7 +28,7 @@
    *
    * @author Unknown
    * @author <a href="mailto:[EMAIL PROTECTED]";>Francisco Reverbel</a>
  - * @version $Revision: 1.1 $
  + * @version $Revision: 1.2 $
    */
   public class IIOPStubCompiler
   {
  @@ -367,19 +367,17 @@
      {
         
         byte code[] = generateCode(interfaceAnalysis, superclass, stubClassName);
  -      /* ---- ---- */
  -      try {
  -         String fname = stubClassName;
  -         fname = fname.substring(1 + fname.lastIndexOf('.')) + ".class";
  -         fname = "/tmp/" + fname;
  -         java.io.OutputStream cf = new java.io.FileOutputStream(fname);
  -         cf.write(code);
  -         cf.close();
  -         System.err.println("wrote " + fname);
  -      } 
  -      catch(java.io.IOException ee) { 
  -      }
  -      /* ---- ---- */
  +      //try {
  +      //   String fname = stubClassName;
  +      //   fname = fname.substring(1 + fname.lastIndexOf('.')) + ".class";
  +      //   fname = "/tmp/" + fname;
  +      //   java.io.OutputStream cf = new java.io.FileOutputStream(fname);
  +      //   cf.write(code);
  +      //   cf.close();
  +      //   System.err.println("wrote " + fname);
  +      //} 
  +      //catch(java.io.IOException ee) { 
  +      //}
         return code;
      }
      
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to