Do the javadoc comment correctly

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@377448 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2006-02-13 18:22:55 +00:00
parent 85610bdb25
commit 66e8e1b165

View File

@ -108,9 +108,9 @@ public class WordExtractor {
return text; return text;
} }
/* /**
* Grab the text, based on the paragraphs. Shouldn't include any crud, * Grab the text, based on the paragraphs. Shouldn't include any crud,
* but slightly slower than getTextFromPieces() * but slightly slower than getTextFromPieces().
*/ */
public String getText() { public String getText() {
StringBuffer ret = new StringBuffer(); StringBuffer ret = new StringBuffer();