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

changeset 1442
fcf89720ae71
parent 1415
01c9d4161882
child 1497
7aa2025bbb7b
child 1569
475eb15dfdad
     1.1 --- a/src/share/classes/com/sun/tools/javac/util/RichDiagnosticFormatter.java	Mon Dec 10 12:10:50 2012 +0000
     1.2 +++ b/src/share/classes/com/sun/tools/javac/util/RichDiagnosticFormatter.java	Mon Dec 10 16:21:26 2012 +0000
     1.3 @@ -249,7 +249,7 @@
     1.4          INTERSECTION("where.description.intersection");
     1.5  
     1.6          /** resource key for this where clause kind */
     1.7 -        private String key;
     1.8 +        private final String key;
     1.9  
    1.10          WhereClauseKind(String key) {
    1.11              this.key = key;

mercurial