src/share/classes/com/sun/tools/javac/comp/Infer.java

changeset 1853
831467c4c6a7
parent 1826
9851071b551a
child 1891
42b3c5e92461
     1.1 --- a/src/share/classes/com/sun/tools/javac/comp/Infer.java	Mon Jun 24 22:03:57 2013 -0400
     1.2 +++ b/src/share/classes/com/sun/tools/javac/comp/Infer.java	Tue Jun 25 16:12:53 2013 +0100
     1.3 @@ -96,7 +96,7 @@
     1.4      }
     1.5  
     1.6      /** A value for prototypes that admit any type, including polymorphic ones. */
     1.7 -    public static final Type anyPoly = new Type(NONE, null);
     1.8 +    public static final Type anyPoly = new JCNoType();
     1.9  
    1.10     /**
    1.11      * This exception class is design to store a list of diagnostics corresponding

mercurial