test/com/sun/javadoc/testWarnings/TestWarnings.java

changeset 1490
fc4cb1577ad6
parent 798
4868a36f6fd8
child 2101
933ba3f81a87
     1.1 --- a/test/com/sun/javadoc/testWarnings/TestWarnings.java	Thu Jan 10 15:48:46 2013 -0800
     1.2 +++ b/test/com/sun/javadoc/testWarnings/TestWarnings.java	Thu Jan 10 19:38:57 2013 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2004, 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 @@ -43,11 +43,11 @@
    1.11  
    1.12      //Javadoc arguments.
    1.13      private static final String[] ARGS = new String[] {
    1.14 -        "-d", BUG_ID, "-sourcepath", SRC_DIR, "pkg"
    1.15 +        "-Xdoclint:none", "-d", BUG_ID, "-sourcepath", SRC_DIR, "pkg"
    1.16      };
    1.17  
    1.18      private static final String[] ARGS2 = new String[] {
    1.19 -        "-d", BUG_ID, "-private", "-sourcepath", SRC_DIR, "pkg"
    1.20 +        "-Xdoclint:none", "-d", BUG_ID, "-private", "-sourcepath", SRC_DIR, "pkg"
    1.21      };
    1.22  
    1.23      //Input for string search tests.

mercurial