]> source.dussan.org Git - poi.git/commitdiff
Do the javadoc comment correctly
authorNick Burch <nick@apache.org>
Mon, 13 Feb 2006 18:22:55 +0000 (18:22 +0000)
committerNick Burch <nick@apache.org>
Mon, 13 Feb 2006 18:22:55 +0000 (18:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@377448 13f79535-47bb-0310-9956-ffa450edef68

src/scratchpad/src/org/apache/poi/hwpf/extractor/WordExtractor.java

index 639fd36ac66f245335d0372c1cce76989d5461d4..5be1b8f8a8136f10064d9e1de95ddf00fdacdfeb 100644 (file)
@@ -108,9 +108,9 @@ public class WordExtractor {
        return text;
        }
        
-       /*
+       /**
         * 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() {
                StringBuffer ret = new StringBuffer();