From 8ac7d3fce54a62a19cb12449bda29e756eeb304b Mon Sep 17 00:00:00 2001 From: Shalin Shekhar Mangar Date: Wed, 6 Jan 2016 22:22:08 +0000 Subject: [PATCH] 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 --- .../src/java/org/apache/solr/update/DirectUpdateHandler2.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/core/src/java/org/apache/solr/update/DirectUpdateHandler2.java b/solr/core/src/java/org/apache/solr/update/DirectUpdateHandler2.java index 5bb915189b0..85394aa2822 100644 --- a/solr/core/src/java/org/apache/solr/update/DirectUpdateHandler2.java +++ b/solr/core/src/java/org/apache/solr/update/DirectUpdateHandler2.java @@ -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.