You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2020/08/19 20:52:09 UTC

[lucene-solr] branch reference_impl_dev updated: @565 JavaDoc Warnings on OSX 2.

This is an automated email from the ASF dual-hosted git repository.

markrmiller pushed a commit to branch reference_impl_dev
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/reference_impl_dev by this push:
     new 49916bc  @565 JavaDoc Warnings on OSX 2.
49916bc is described below

commit 49916bc53be832aca2675ba483fcfb070856c428
Author: markrmiller@gmail.com <ma...@gmail.com>
AuthorDate: Wed Aug 19 15:51:44 2020 -0500

    @565 JavaDoc Warnings on OSX 2.
---
 solr/core/src/java/org/apache/solr/update/UpdateLog.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/core/src/java/org/apache/solr/update/UpdateLog.java b/solr/core/src/java/org/apache/solr/update/UpdateLog.java
index 02a3544..f170262 100644
--- a/solr/core/src/java/org/apache/solr/update/UpdateLog.java
+++ b/solr/core/src/java/org/apache/solr/update/UpdateLog.java
@@ -706,7 +706,7 @@ public class UpdateLog implements PluginInfoInitialized, SolrMetricProducer {
 
   /** Opens a new realtime searcher and clears the id caches.
    * This may also be called when we updates are being buffered (from PeerSync/IndexFingerprint)
-   * @return
+   * @return opened searcher if requested
    */
   public RefCounted<SolrIndexSearcher> openRealtimeSearcher(boolean returnSearcher) {
     synchronized (this) {