Tweak doc comment

This commit is contained in:
Sam Harwell 2012-03-06 07:34:20 -06:00
parent 5deab167a1
commit 5280bc3280
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ public class TokenVocabParser {
this.vocabName = vocabName; this.vocabName = vocabName;
} }
/** Load a vocab file <vocabName>.tokens and return mapping. */ /** Load a vocab file {@code <vocabName>.tokens} and return mapping. */
public Map<String,Integer> load() { public Map<String,Integer> load() {
Map<String,Integer> tokens = new LinkedHashMap<String,Integer>(); Map<String,Integer> tokens = new LinkedHashMap<String,Integer>();
int maxTokenType = -1; int maxTokenType = -1;