Fix javadoc warning: javadoc pointing to itself

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1723422 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Shalin Shekhar Mangar 2016-01-06 22:22:08 +00:00
parent 16a787a850
commit 8ac7d3fce5
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ public class DirectUpdateHandler2 extends UpdateHandler implements SolrCoreState
}
/**
* This is the implementation of {@link #addDoc0(AddUpdateCommand)}. It is factored out to allow an exception
* This is the implementation of {@link #addDoc(AddUpdateCommand)}. It is factored out to allow an exception
* handler to decorate RuntimeExceptions with information about the document being handled.
* @param cmd the command.
* @return the count.