test/src/jdk/nashorn/api/scripting/MultipleEngineTest.java

changeset 1082
e1e27c4262be
parent 116
7f5b7c6859d7
child 1205
4112748288bb
     1.1 --- a/test/src/jdk/nashorn/api/scripting/MultipleEngineTest.java	Mon Nov 03 07:29:46 2014 +0100
     1.2 +++ b/test/src/jdk/nashorn/api/scripting/MultipleEngineTest.java	Mon Nov 03 11:47:41 2014 +0100
     1.3 @@ -37,7 +37,7 @@
     1.4   * @test
     1.5   * @run testng jdk.nashorn.api.scripting.MultipleEngineTest
     1.6   */
     1.7 -
     1.8 +@SuppressWarnings("javadoc")
     1.9  public class MultipleEngineTest {
    1.10      @Test
    1.11      public void createAndUseManyEngine() throws ScriptException {

mercurial