diff --git a/solr/core/src/java/org/apache/solr/util/EmptyEntityResolver.java b/solr/core/src/java/org/apache/solr/util/EmptyEntityResolver.java index c9ff143c2feb..86e27a4bb763 100644 --- a/solr/core/src/java/org/apache/solr/util/EmptyEntityResolver.java +++ b/solr/core/src/java/org/apache/solr/util/EmptyEntityResolver.java @@ -67,7 +67,7 @@ private static void trySetSAXFeature(SAXParserFactory saxFactory, String feature } /** Configures the given {@link SAXParserFactory} to do secure XML processing of untrusted sources. - * It is required to also set {@link #SAX_INSTANCE} on the created {@link XMLReader}. + * It is required to also set {@link #SAX_INSTANCE} on the created {@link org.xml.sax.XMLReader}. * @see #SAX_INSTANCE */ public static void configureSAXParserFactory(SAXParserFactory saxFactory) {