This is an automated email from the ASF dual-hosted git repository.

tallison pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tika.git

commit 257ee161f9b6b9ea8a52dd52d71779479d9af254
Author: tballison <talli...@mitre.org>
AuthorDate: Thu Feb 22 09:27:54 2018 -0500

    TIKA-2580
---
 tika-core/src/main/java/org/apache/tika/sax/SafeContentHandler.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/tika-core/src/main/java/org/apache/tika/sax/SafeContentHandler.java 
b/tika-core/src/main/java/org/apache/tika/sax/SafeContentHandler.java
index f820984..9f2be69 100644
--- a/tika-core/src/main/java/org/apache/tika/sax/SafeContentHandler.java
+++ b/tika-core/src/main/java/org/apache/tika/sax/SafeContentHandler.java
@@ -32,7 +32,7 @@ import org.xml.sax.helpers.AttributesImpl;
  * {@link #ignorableWhitespace(char[], int, int)}) passed to the decorated
  * content handler contain only valid XML characters. All invalid characters
  * are replaced with the Unicode replacement character U+FFFD (though a
- * subclass may change this by overriding the writeReplacement method).
+ * subclass may change this by overriding the {@link 
#writeReplacement(Output)}  method).
  * <p>
  * The XML standard defines the following Unicode character ranges as
  * valid XML characters:

-- 
To stop receiving notification emails like this one, please contact
talli...@apache.org.

Reply via email to