jdk/test/java/text/Collator/CollationKeyTest.java
changeset 40679 5378433ac23f
parent 38581 e761c1ccd13e
equal deleted inserted replaced
40678:6c488e65153f 40679:5378433ac23f
    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