Skip to content

Commit

Permalink
compile issue
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/xmlbeans/trunk@1921959 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
pjfanning committed Nov 19, 2024
1 parent 89fc0e4 commit fd9e419
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public static EntityResolver getResolver(String catalogLocation) {
if (catalogLocation == null) {
return null;
}
CatalogManager catalogManager = CataXmlBeansLogManager.getStaticManager();
CatalogManager catalogManager = CatalogManager.getStaticManager();
catalogManager.setCatalogFiles(catalogLocation);
return new CatalogResolver(catalogManager);
}
Expand Down

0 comments on commit fd9e419

Please sign in to comment.