8294989: ResourceBundle naming convention issue in JdbcRowSetResourceBundle.java

Reviewed-by: naoto, lancea, bchristi
This commit is contained in:
Justin Lu 2022-10-25 19:21:34 +00:00 committed by Naoto Sato
parent 0caea818b5
commit d393e051e6
3 changed files with 150 additions and 1 deletions

View file

@ -80,7 +80,7 @@ public class JdbcRowSetResourceBundle implements Serializable {
* The variable where the default resource bundle will
* be placed.
**/
private static final String PATH = "com/sun/rowset/RowSetResourceBundle";
private static final String PATH = "com.sun.rowset.RowSetResourceBundle";
/**
* The constructor which initializes the resource bundle.