mirror of https://github.com/apache/lucene.git
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:
parent
16a787a850
commit
8ac7d3fce5
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue