Skip to content

Commit 3c06ce2

Browse files
Fix typo
1 parent 42c4aa5 commit 3c06ce2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/bootstrap/src/org/labkey/bootstrap/ModuleArchive.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ private String nameFromModuleXML(InputStream is) throws IOException
7272

7373
try
7474
{
75-
// Keep this in sync with config on XmlBeanUtil.SAX_PARSER_FACTORY. See motiviations in comments there.
75+
// Keep this in sync with config on XmlBeansUtil.SAX_PARSER_FACTORY. See motiviations in comments there.
7676
SAXParserFactory factory = SAXParserFactory.newDefaultInstance();
7777
factory.setFeature("http://apache.org/xml/features/disallow-doctype-decl", true);
7878
factory.setFeature("http://xml.org/sax/features/external-general-entities", false);

0 commit comments

Comments
 (0)