src/share/classes/com/sun/tools/javac/util/RawDiagnosticFormatter.java

changeset 136
8eafba4f61be
parent 100
37551dc0f591
child 137
e4eaddca54b7
equal deleted inserted replaced
135:ac6ce899d007 136:8eafba4f61be
39 39
40 /** 40 /**
41 * Create a formatter based on the supplied options. 41 * Create a formatter based on the supplied options.
42 * @param msgs 42 * @param msgs
43 */ 43 */
44 public RawDiagnosticFormatter(Messages msgs) { 44 public RawDiagnosticFormatter(JavacMessages msgs) {
45 super(null); 45 super(null);
46 } 46 }
47 47
48 //provide common default formats 48 //provide common default formats
49 public String format(JCDiagnostic d, Locale l) { 49 public String format(JCDiagnostic d, Locale l) {

mercurial