langtools/src/share/classes/com/sun/tools/javac/jvm/ClassReader.java
changeset 11053 48713f779b1d
parent 9603 fa337b87574b
child 11314 b612aaca08d0
equal deleted inserted replaced
11052:65b9fa7eaf55 11053:48713f779b1d
  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)