src/jdk/internal/dynalink/ChainedCallSite.java

changeset 101
f8221ce53c2e
parent 90
5a820fb11814
child 488
9a3e3bb30db3
     1.1 --- a/src/jdk/internal/dynalink/ChainedCallSite.java	Mon Feb 18 10:36:18 2013 +0100
     1.2 +++ b/src/jdk/internal/dynalink/ChainedCallSite.java	Mon Feb 18 16:00:15 2013 +0100
     1.3 @@ -92,7 +92,6 @@
     1.4  import jdk.internal.dynalink.linker.GuardedInvocation;
     1.5  import jdk.internal.dynalink.support.AbstractRelinkableCallSite;
     1.6  
     1.7 -
     1.8  /**
     1.9   * A relinkable call site that maintains a chain of linked method handles. In the default implementation, up to 8 method
    1.10   * handles can be chained, cascading from one to the other through
    1.11 @@ -209,4 +208,4 @@
    1.12              throw new AssertionError(e.getMessage(), e); // Can not happen
    1.13          }
    1.14      }
    1.15 -}
    1.16 \ No newline at end of file
    1.17 +}

mercurial