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:
ndw 2005-04-13 10:01:50 +00:00
parent 14a328eab0
commit 0de975f15b

View File

@ -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 {