test/com/sun/javadoc/testValueTag/TestValueTag.java

changeset 1490
fc4cb1577ad6
parent 798
4868a36f6fd8
child 1743
6a5288a298fd
     1.1 --- a/test/com/sun/javadoc/testValueTag/TestValueTag.java	Thu Jan 10 15:48:46 2013 -0800
     1.2 +++ b/test/com/sun/javadoc/testValueTag/TestValueTag.java	Thu Jan 10 19:38:57 2013 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2003, 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 @@ -41,6 +41,7 @@
    1.11      //Javadoc arguments.
    1.12      private static final String[] ARGS =
    1.13          new String[] {
    1.14 +            "-Xdoclint:none",
    1.15              "-d", BUG_ID, "-sourcepath", SRC_DIR, "-tag",
    1.16              "todo", "pkg1", "pkg2"
    1.17          };

mercurial