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

Print this page

        

*** 27,37 **** import sun.reflect.generics.visitor.TypeTreeVisitor; /** AST that represents the type int. */ public class IntSignature implements BaseType { ! private static IntSignature singleton = new IntSignature(); private IntSignature(){} public static IntSignature make() {return singleton;} --- 27,37 ---- import sun.reflect.generics.visitor.TypeTreeVisitor; /** AST that represents the type int. */ public class IntSignature implements BaseType { ! private static final IntSignature singleton = new IntSignature(); private IntSignature(){} public static IntSignature make() {return singleton;}