mirror of https://github.com/apache/lucene.git
javadoc typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1329961 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0501fcc8d9
commit
19d35e0b06
|
@ -249,7 +249,7 @@ public class DateMathParser {
|
||||||
* exists -- otherwise it uses a new Date instance at the moment getNow()
|
* exists -- otherwise it uses a new Date instance at the moment getNow()
|
||||||
* is first called.
|
* is first called.
|
||||||
* @see #setNow
|
* @see #setNow
|
||||||
* @see SolrRequestInfo#getNow
|
* @see SolrRequestInfo#getNOW
|
||||||
*/
|
*/
|
||||||
public Date getNow() {
|
public Date getNow() {
|
||||||
if (now == null) {
|
if (now == null) {
|
||||||
|
|
Loading…
Reference in New Issue