nashorn/src/jdk/internal/dynalink/ChainedCallSite.java
changeset 16245 6a1c6c8bc113
parent 16234 86cb162cec6c
child 19455 b972b61a6921
--- a/nashorn/src/jdk/internal/dynalink/ChainedCallSite.java	Mon Feb 18 10:36:18 2013 +0100
+++ b/nashorn/src/jdk/internal/dynalink/ChainedCallSite.java	Mon Feb 18 16:00:15 2013 +0100
@@ -92,7 +92,6 @@
 import jdk.internal.dynalink.linker.GuardedInvocation;
 import jdk.internal.dynalink.support.AbstractRelinkableCallSite;
 
-
 /**
  * A relinkable call site that maintains a chain of linked method handles. In the default implementation, up to 8 method
  * handles can be chained, cascading from one to the other through
@@ -209,4 +208,4 @@
             throw new AssertionError(e.getMessage(), e); // Can not happen
         }
     }
-}
\ No newline at end of file
+}