changeset 4347 | ab0a9f495844 |
parent 2 | 90ce3da70b43 |
child 5506 | 202f599c92aa |
4346:aee26e5a53b0 | 4347:ab0a9f495844 |
---|---|
24 /* |
24 /* |
25 * @test |
25 * @test |
26 * @bug 4952736 |
26 * @bug 4952736 |
27 * @summary Range static factory is broken in Regular and Jumbo enum set |
27 * @summary Range static factory is broken in Regular and Jumbo enum set |
28 * @author Josh Bloch |
28 * @author Josh Bloch |
29 * |
|
30 * @compile -source 1.5 Range.java |
|
31 * @run main Range |
|
32 */ |
29 */ |
33 |
30 |
34 import java.util.*; |
31 import java.util.*; |
35 |
32 |
36 public class Range { |
33 public class Range { |