A DESCRIPTION OF THE PROBLEM :
The specification says it should call getObject() and cast to String[], where the return type is just String.
The implementation is correct.
https://download.java.net/java/early_access/jdk23/docs/api/java.base/java/util/ResourceBundle.html#getString(java.lang.String)
The specification says it should call getObject() and cast to String[], where the return type is just String.
The implementation is correct.
https://download.java.net/java/early_access/jdk23/docs/api/java.base/java/util/ResourceBundle.html#getString(java.lang.String)