-
Bug
-
Resolution: Fixed
-
P3
-
7
-
b121
-
generic
-
generic
-
Verified
java.util.spi.LocaleNameProvider#getDisplayScript was added as an abstract method. Because of this, existing LocaleNameProvider implementations cause compilation failure (because of lack of getDisplayScript. We should remove the keyword "abstract" and provide the default implementation (return null) to fix the backward compatibility problem.
- relates to
-
JDK-7013282 No appropriate CCC request for listed JDK 7 changes in java.util.spi package (b121)
- Closed