some javadoc cleanup, and deprecation note for older version of norm modification tool

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@747627 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris M. Hostetter 2009-02-25 00:29:17 +00:00
parent 6fc659a345
commit b97ee3a1a5
2 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,7 @@ public class FieldNormModifier {
* Command Line Execution method.
*
* <pre>
* Usage: FieldNormModifier /path/index <package.SimilarityClassName | -n> field1 field2 ...
* Usage: FieldNormModifier /path/index &lt;package.SimilarityClassName | -n&gt; field1 field2 ...
* </pre>
*/
public static void main(String[] args) throws IOException {

View File

@ -38,6 +38,7 @@ import java.util.Date;
* </p>
*
* @version $Id$
* @deprecated Use {@link org.apache.lucene.index.FieldNormModifier}
*/
public class LengthNormModifier {