mirror of https://github.com/apache/lucene.git
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:
parent
d8f4714da6
commit
66db04c901
|
@ -268,7 +268,7 @@ public class DateField extends FieldType {
|
|||
}
|
||||
|
||||
/**
|
||||
* @see {#formatExternal}
|
||||
* @see #formatExternal
|
||||
*/
|
||||
public String toExternal(Date d) {
|
||||
return formatExternal(d);
|
||||
|
|
Loading…
Reference in New Issue