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

Print this page

        

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