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

changeset 1239
2827076dbf64
parent 1238
e28a06a3c5d9
child 1251
6f0ed5a89c25
     1.1 --- a/src/share/classes/com/sun/tools/javac/comp/Infer.java	Mon Mar 26 15:28:22 2012 +0100
     1.2 +++ b/src/share/classes/com/sun/tools/javac/comp/Infer.java	Mon Mar 26 15:28:49 2012 +0100
     1.3 @@ -603,8 +603,7 @@
     1.4       * method signature. The target return type is computed from the immediately
     1.5       * enclosing scope surrounding the polymorphic-signature call.
     1.6       */
     1.7 -    Type instantiatePolymorphicSignatureInstance(Env<AttrContext> env, Type site,
     1.8 -                                            Name name,
     1.9 +    Type instantiatePolymorphicSignatureInstance(Env<AttrContext> env,
    1.10                                              MethodSymbol spMethod,  // sig. poly. method or null if none
    1.11                                              List<Type> argtypes) {
    1.12          final Type restype;

mercurial