equal
deleted
inserted
replaced
27 * @summary Tests on the bug 4106263 - CollationKey became non-final extendable class. |
27 * @summary Tests on the bug 4106263 - CollationKey became non-final extendable class. |
28 * The implementation of CollationKey is moved to the new private class, |
28 * The implementation of CollationKey is moved to the new private class, |
29 * RuleBasedCollationKey. This test basically tests on the two features: |
29 * RuleBasedCollationKey. This test basically tests on the two features: |
30 * 1. Existing code using CollationKey works (backward compatiblility) |
30 * 1. Existing code using CollationKey works (backward compatiblility) |
31 * 2. CollationKey can be extended by its subclass. |
31 * 2. CollationKey can be extended by its subclass. |
|
32 * @modules jdk.localedata |
32 */ |
33 */ |
33 |
34 |
34 |
35 |
35 public class CollationKeyTest { |
36 public class CollationKeyTest { |
36 |
37 |