equal
deleted
inserted
replaced
21 * questions. |
21 * questions. |
22 */ |
22 */ |
23 |
23 |
24 /* |
24 /* |
25 * @test |
25 * @test |
26 * @bug 6911256 6964740 |
26 * @bug 6911256 6964740 6967842 |
27 * @summary Test that the resource variable kind is appropriately set |
27 * @summary Test that the resource variable kind is appropriately set |
28 * @author Joseph D. Darcy |
28 * @author Joseph D. Darcy |
29 * @build TestResourceVariable |
29 * @build TestResourceVariable |
30 * @compile/fail -processor TestResourceVariable -proc:only TestResourceVariable.java |
30 * @compile -processor TestResourceVariable -proc:only TestResourceVariable.java |
31 */ |
31 */ |
32 |
32 |
33 // Bug should be filed for this misbehavior |
33 // Bug should be filed for this misbehavior |
34 |
34 |
35 import java.io.*; |
35 import java.io.*; |