Index: src/java/org/apache/lucene/analysis/Token.java
===================================================================
--- src/java/org/apache/lucene/analysis/Token.java	(revision 596371)
+++ src/java/org/apache/lucene/analysis/Token.java	(working copy)
@@ -81,7 +81,7 @@
   private static final String DEFAULT_TYPE = "word";
   private static int MIN_BUFFER_SIZE = 10;
 
-  /** @deprecated: we will remove this when we remove the
+  /** @deprecated We will remove this when we remove the
    * deprecated APIs */
   private String termText;
 
Index: src/java/org/apache/lucene/index/TermVectorsReader.java
===================================================================
--- src/java/org/apache/lucene/index/TermVectorsReader.java	(revision 596371)
+++ src/java/org/apache/lucene/index/TermVectorsReader.java	(working copy)
@@ -304,9 +304,7 @@
    * @param field The field to read in
    * @param tvfPointer The pointer within the tvf file where we should start reading
    * @param mapper The mapper used to map the TermVector
-   * @return The TermVector located at that position
    * @throws IOException
-
    */ 
   private void readTermVector(String field, long tvfPointer, TermVectorMapper mapper)
           throws IOException {
