mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8294989: ResourceBundle naming convention issue in JdbcRowSetResourceBundle.java
Reviewed-by: naoto, lancea, bchristi
This commit is contained in:
parent
0caea818b5
commit
d393e051e6
3 changed files with 150 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue