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

changeset 1455
75ab654b5cd5
parent 1442
fcf89720ae71
child 1460
92fcf299cd09
equal deleted inserted replaced
1454:02a18f209ab3 1455:75ab654b5cd5
1673 log.printRawLines(Log.WriterKind.NOTICE, lines); 1673 log.printRawLines(Log.WriterKind.NOTICE, lines);
1674 } 1674 }
1675 1675
1676 /** Print numbers of errors and warnings. 1676 /** Print numbers of errors and warnings.
1677 */ 1677 */
1678 protected void printCount(String kind, int count) { 1678 public void printCount(String kind, int count) {
1679 if (count != 0) { 1679 if (count != 0) {
1680 String key; 1680 String key;
1681 if (count == 1) 1681 if (count == 1)
1682 key = "count." + kind; 1682 key = "count." + kind;
1683 else 1683 else

mercurial