SOLR-2772: fix silly javadoc error

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1171739 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris M. Hostetter 2011-09-16 19:18:26 +00:00
parent d8f4714da6
commit 66db04c901
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ public class DateField extends FieldType {
}
/**
* @see {#formatExternal}
* @see #formatExternal
*/
public String toExternal(Date d) {
return formatExternal(d);