src/share/classes/com/sun/tools/javac/main/JavaCompiler.java

changeset 2087
515d54c1b063
parent 2082
c0d44b1e6b6a
child 2088
3e3c321710be
equal deleted inserted replaced
2086:2fa6ced325cc 2087:515d54c1b063
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.

mercurial