mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8005307: fix missing @bug tags
Reviewed-by: jjh
This commit is contained in:
parent
72cbbd7f3b
commit
e2bd09e6f6
72 changed files with 188 additions and 114 deletions
|
@ -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 @@ import com.sun.tools.doclint.DocLint;
|
|||
|
||||
/*
|
||||
* @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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue