test/tools/javadoc/6964914/TestStdDoclet.java

changeset 1490
fc4cb1577ad6
parent 912
5e6c661891da
child 2525
2eb010b6cb22
     1.1 --- a/test/tools/javadoc/6964914/TestStdDoclet.java	Thu Jan 10 15:48:46 2013 -0800
     1.2 +++ b/test/tools/javadoc/6964914/TestStdDoclet.java	Thu Jan 10 19:38:57 2013 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2011, 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 @@ -57,6 +57,7 @@
    1.11          Process p = new ProcessBuilder()
    1.12              .command(javadoc.getPath(),
    1.13                  "-J-Xbootclasspath:" + System.getProperty("sun.boot.class.path"),
    1.14 +                "-Xdoclint:none",
    1.15                  "-package",
    1.16                  new File(testSrc, thisClassName + ".java").getPath())
    1.17              .redirectErrorStream(true)

mercurial