Fix bug #25262 per suggested patch
git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@226197 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
14a328eab0
commit
0de975f15b
@ -631,7 +631,7 @@ public class CatalogManager {
|
||||
private boolean queryUseStaticCatalog () {
|
||||
String staticCatalog = System.getProperty(pStatic);
|
||||
|
||||
if (useStaticCatalog == null) {
|
||||
if (staticCatalog == null) {
|
||||
if (resources==null) readProperties();
|
||||
if (resources==null) return defaultUseStaticCatalog;
|
||||
try {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user