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:
parent
85610bdb25
commit
66e8e1b165
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user