langtools/test/tools/doclint/OptionTest.java
changeset 14962 19ffdfafbcd2
parent 14952 d0022ae20516
child 30730 d3ce7619db2c
--- 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();