test/com/sun/javadoc/testHtmlDefinitionListTag/TestHtmlDefinitionListTag.java

changeset 1490
fc4cb1577ad6
parent 958
734144b6b22f
child 1743
6a5288a298fd
     1.1 --- a/test/com/sun/javadoc/testHtmlDefinitionListTag/TestHtmlDefinitionListTag.java	Thu Jan 10 15:48:46 2013 -0800
     1.2 +++ b/test/com/sun/javadoc/testHtmlDefinitionListTag/TestHtmlDefinitionListTag.java	Thu Jan 10 19:38:57 2013 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2009, 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -222,19 +222,19 @@
    1.11  
    1.12      private static final String[] ARGS1 =
    1.13          new String[] {
    1.14 -            "-d", BUG_ID, "-sourcepath", SRC_DIR, "pkg1"};
    1.15 +            "-Xdoclint:none", "-d", BUG_ID, "-sourcepath", SRC_DIR, "pkg1"};
    1.16  
    1.17      private static final String[] ARGS2 =
    1.18          new String[] {
    1.19 -            "-d", BUG_ID, "-nocomment", "-sourcepath", SRC_DIR, "pkg1"};
    1.20 +            "-Xdoclint:none", "-d", BUG_ID, "-nocomment", "-sourcepath", SRC_DIR, "pkg1"};
    1.21  
    1.22      private static final String[] ARGS3 =
    1.23          new String[] {
    1.24 -            "-d", BUG_ID, "-nodeprecated", "-sourcepath", SRC_DIR, "pkg1"};
    1.25 +            "-Xdoclint:none", "-d", BUG_ID, "-nodeprecated", "-sourcepath", SRC_DIR, "pkg1"};
    1.26  
    1.27      private static final String[] ARGS4 =
    1.28          new String[] {
    1.29 -            "-d", BUG_ID, "-nocomment", "-nodeprecated", "-sourcepath", SRC_DIR, "pkg1"};
    1.30 +            "-Xdoclint:none", "-d", BUG_ID, "-nocomment", "-nodeprecated", "-sourcepath", SRC_DIR, "pkg1"};
    1.31  
    1.32      /**
    1.33       * The entry point of the test.

mercurial