incorrect javadoc syntax

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@808428 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris M. Hostetter 2009-08-27 14:29:43 +00:00
parent 6b2eae0b5a
commit 2e87fb12f1
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ public class HHMMSegmenter {
/**
* Get the character types for every character in a sentence.
*
* @see Utility.charType(char)
* @see Utility#charType(char)
* @param sentence input sentence
* @return array of character types corresponding to character positions in the sentence
*/