changeset 19630 | 99f53f31008e |
parent 19455 | b972b61a6921 |
child 24720 | 75f8388b79df |
--- a/nashorn/src/jdk/internal/dynalink/ChainedCallSite.java Fri Aug 23 13:10:45 2013 +0200 +++ b/nashorn/src/jdk/internal/dynalink/ChainedCallSite.java Fri Aug 23 14:16:16 2013 +0200 @@ -121,7 +121,6 @@ * to change the value. If your override returns a value less than 1, the code will break. * @return the maximum number of method handles in the chain. */ - @SuppressWarnings("static-method") protected int getMaxChainLength() { return 8; }