langtools/src/share/classes/com/sun/tools/javac/main/JavaCompiler.java
changeset 20617 00537d91b0cd
parent 20616 ed49d47555ee
child 21497 ad075a07ee79
equal deleted inserted replaced
20616:ed49d47555ee 20617:00537d91b0cd
   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.