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

Print this page

        

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