Skip to content

Commit

Permalink
SOLR-3895, SOLR-3614: Fix javadocs
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1390991 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
uschindler committed Sep 27, 2012
1 parent f230486 commit 0d21b90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 0d21b90

Please # to comment.