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

changeset 1442
fcf89720ae71
parent 798
4868a36f6fd8
child 2525
2eb010b6cb22
     1.1 --- a/src/share/classes/com/sun/tools/javac/util/MandatoryWarningHandler.java	Mon Dec 10 12:10:50 2012 +0000
     1.2 +++ b/src/share/classes/com/sun/tools/javac/util/MandatoryWarningHandler.java	Mon Dec 10 16:21:26 2012 +0000
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -91,7 +91,7 @@
    1.11          DeferredDiagnosticKind(String v) { value = v; }
    1.12          String getKey(String prefix) { return prefix + value; }
    1.13  
    1.14 -        private String value;
    1.15 +        private final String value;
    1.16      }
    1.17  
    1.18  

mercurial