This commit is contained in:
@@ -106,7 +106,7 @@ public final class DataSources {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static Map<String, Properties> loadPersistenceXml(final InputStream in0) {
|
public static Map<String, Properties> loadPersistenceXml(final InputStream in0) {
|
||||||
final Map<String, Properties> map = new LinkedHashMap();
|
final Map<String, Properties> map = new LinkedHashMap();
|
||||||
Properties result = new Properties();
|
Properties result = new Properties();
|
||||||
boolean flag = false;
|
boolean flag = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user