src/jdk/internal/dynalink/linker/GuardedInvocation.java

changeset 101
f8221ce53c2e
parent 90
5a820fb11814
child 952
6d5471a497fb
child 962
ac62e33a99b0
     1.1 --- a/src/jdk/internal/dynalink/linker/GuardedInvocation.java	Mon Feb 18 10:36:18 2013 +0100
     1.2 +++ b/src/jdk/internal/dynalink/linker/GuardedInvocation.java	Mon Feb 18 16:00:15 2013 +0100
     1.3 @@ -92,7 +92,6 @@
     1.4  import jdk.internal.dynalink.CallSiteDescriptor;
     1.5  import jdk.internal.dynalink.support.Guards;
     1.6  
     1.7 -
     1.8  /**
     1.9   * Represents a conditionally valid method handle. It is an immutable triple of an invocation method handle, a guard
    1.10   * method handle that defines the applicability of the invocation handle, and a switch point that can be used for
    1.11 @@ -312,4 +311,4 @@
    1.12              throw new WrongMethodTypeException("Expected type: " + type + " actual type: " + mh.type());
    1.13          }
    1.14      }
    1.15 -}
    1.16 \ No newline at end of file
    1.17 +}

mercurial