diff -r e731935052af -r 19ffdfafbcd2 langtools/test/tools/doclint/OptionTest.java --- a/langtools/test/tools/doclint/OptionTest.java Sun Dec 16 11:09:36 2012 +0100 +++ b/langtools/test/tools/doclint/OptionTest.java Thu Dec 20 17:59:46 2012 +0000 @@ -1,6 +1,3 @@ - -import com.sun.tools.doclint.DocLint; - /* * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -26,7 +23,12 @@ /* * @test + * @bug 8004832 + * @summary Add new doclint package */ + +import com.sun.tools.doclint.DocLint; + public class OptionTest { public static void main(String... args) throws Exception { new OptionTest().run();