equal
deleted
inserted
replaced
23 |
23 |
24 /* |
24 /* |
25 * @test |
25 * @test |
26 * @bug 6968063 7127924 |
26 * @bug 6968063 7127924 |
27 * @summary provide examples of code that generate diagnostics |
27 * @summary provide examples of code that generate diagnostics |
28 * @build Example CheckExamples |
28 * @build Example CheckExamples DocCommentProcessor |
29 * @run main/othervm CheckExamples |
29 * @run main/othervm CheckExamples |
30 */ |
30 */ |
|
31 |
31 /* |
32 /* |
32 * See CR 7127924 for info on why othervm is used. |
33 * See CR 7127924 for info on why othervm is used. |
33 */ |
34 */ |
34 |
35 |
35 import java.io.*; |
36 import java.io.*; |