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:
Chris M. Hostetter 2012-04-24 19:36:48 +00:00
parent 0501fcc8d9
commit 19d35e0b06
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ public class DateMathParser {
* exists -- otherwise it uses a new Date instance at the moment getNow()
* is first called.
* @see #setNow
* @see SolrRequestInfo#getNow
* @see SolrRequestInfo#getNOW
*/
public Date getNow() {
if (now == null) {