src/share/classes/com/sun/tools/javac/jvm/ClassReader.java

changeset 1136
ae361e7f435a
parent 992
dc3d9ef880a1
child 1157
3809292620c9
equal deleted inserted replaced
1135:36553cb94345 1136:ae361e7f435a
2537 /** Output for "-checkclassfile" option. 2537 /** Output for "-checkclassfile" option.
2538 * @param key The key to look up the correct internationalized string. 2538 * @param key The key to look up the correct internationalized string.
2539 * @param arg An argument for substitution into the output string. 2539 * @param arg An argument for substitution into the output string.
2540 */ 2540 */
2541 private void printCCF(String key, Object arg) { 2541 private void printCCF(String key, Object arg) {
2542 log.printNoteLines(key, arg); 2542 log.printLines(key, arg);
2543 } 2543 }
2544 2544
2545 2545
2546 public interface SourceCompleter { 2546 public interface SourceCompleter {
2547 void complete(ClassSymbol sym) 2547 void complete(ClassSymbol sym)

mercurial