test/tools/javadoc/T6551367.java

changeset 1490
fc4cb1577ad6
parent 721
5286a99de2e6
child 2525
2eb010b6cb22
     1.1 --- a/test/tools/javadoc/T6551367.java	Thu Jan 10 15:48:46 2013 -0800
     1.2 +++ b/test/tools/javadoc/T6551367.java	Thu Jan 10 19:38:57 2013 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2010, 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 @@ -46,7 +46,7 @@
    1.11              File source = new File(testSrc, file);
    1.12              int rc = execute("javadoc", "T6551367",
    1.13                T6551367.class.getClassLoader(),
    1.14 -              new String[]{source.getPath(), "-d", destDir.getAbsolutePath()});
    1.15 +              new String[]{"-Xdoclint:none", source.getPath(), "-d", destDir.getAbsolutePath()});
    1.16              if (rc != 0)
    1.17                  throw new Error("unexpected exit from javadoc: " + rc);
    1.18          }

mercurial