langtools/src/share/classes/com/sun/tools/javac/main/JavaCompiler.java
changeset 20616 ed49d47555ee
parent 20611 6c58e0472c6c
child 20617 00537d91b0cd
equal deleted inserted replaced
20615:77f2d47729b0 20616:ed49d47555ee
   739                     log.printVerbose("wrote.file", outFile);
   739                     log.printVerbose("wrote.file", outFile);
   740             } finally {
   740             } finally {
   741                 out.close();
   741                 out.close();
   742             }
   742             }
   743             return outFile;
   743             return outFile;
   744         }
   744         }''
   745     }
   745     }
   746 
   746 
   747     /** Generate code and emit a class file for a given class
   747     /** Generate code and emit a class file for a given class
   748      *  @param env    The attribution environment of the outermost class
   748      *  @param env    The attribution environment of the outermost class
   749      *                containing this class.
   749      *                containing this class.