src/share/classes/sun/reflect/generics/tree/CharSignature.java

Print this page

        

@@ -27,11 +27,11 @@
 
 import sun.reflect.generics.visitor.TypeTreeVisitor;
 
 /** AST that represents the type char. */
 public class CharSignature implements BaseType {
-    private static CharSignature singleton = new CharSignature();
+    private static final CharSignature singleton = new CharSignature();
 
     private CharSignature(){}
 
     public static CharSignature make() {return singleton;}