diff -r 3245e174fe3a -r f8221ce53c2e src/jdk/internal/dynalink/linker/GuardedInvocation.java --- a/src/jdk/internal/dynalink/linker/GuardedInvocation.java Mon Feb 18 10:36:18 2013 +0100 +++ b/src/jdk/internal/dynalink/linker/GuardedInvocation.java Mon Feb 18 16:00:15 2013 +0100 @@ -92,7 +92,6 @@ import jdk.internal.dynalink.CallSiteDescriptor; import jdk.internal.dynalink.support.Guards; - /** * Represents a conditionally valid method handle. It is an immutable triple of an invocation method handle, a guard * method handle that defines the applicability of the invocation handle, and a switch point that can be used for @@ -312,4 +311,4 @@ throw new WrongMethodTypeException("Expected type: " + type + " actual type: " + mh.type()); } } -} \ No newline at end of file +}