mirror of https://github.com/apache/lucene.git
SOLR-3895, SOLR-3614: Fix javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1390991 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f230486ce6
commit
0d21b90097
|
@ -67,7 +67,7 @@ public final class EmptyEntityResolver {
|
|||
}
|
||||
|
||||
/** 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) {
|
||||
|
|
Loading…
Reference in New Issue