LUCENE-4199: fix javadocs

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1359249 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2012-07-09 16:09:20 +00:00
parent 4138528889
commit 5e8cd291dd
1 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,8 @@ public class DateRecognizerSinkFilter extends TeeSinkTokenFilter.SinkFilter {
protected CharTermAttribute termAtt;
/**
* Uses {@link java.text.SimpleDateFormat#getDateInstance(DateFormat.DEFAULT, Locale.ROOT)} as
* Uses {@link java.text.DateFormat#getDateInstance(int, Locale)
* DateFormat#getDateInstance(DateFormat.DEFAULT, Locale.ROOT)} as
* the {@link java.text.DateFormat} object.
*/
public DateRecognizerSinkFilter() {