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:
Uwe Schindler 2012-09-27 13:15:24 +00:00
parent f230486ce6
commit 0d21b90097
1 changed files with 1 additions and 1 deletions

View File

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