You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by gu...@apache.org on 2018/11/02 01:28:21 UTC

lucene-solr:master: Supress an IDE warning with an annotation, and verify my commit karma

Repository: lucene-solr
Updated Branches:
  refs/heads/master cf445ba54 -> 23595e5cc


Supress an IDE warning with an annotation, and verify my commit karma


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/23595e5c
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/23595e5c
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/23595e5c

Branch: refs/heads/master
Commit: 23595e5cc454c43762431322691b38751c5edbdb
Parents: cf445ba
Author: Gus Heck <gu...@apache.org>
Authored: Thu Nov 1 21:27:16 2018 -0400
Committer: Gus Heck <gu...@apache.org>
Committed: Thu Nov 1 21:27:16 2018 -0400

----------------------------------------------------------------------
 .../solr/update/processor/CloneFieldUpdateProcessorFactory.java     | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/23595e5c/solr/core/src/java/org/apache/solr/update/processor/CloneFieldUpdateProcessorFactory.java
----------------------------------------------------------------------
diff --git a/solr/core/src/java/org/apache/solr/update/processor/CloneFieldUpdateProcessorFactory.java b/solr/core/src/java/org/apache/solr/update/processor/CloneFieldUpdateProcessorFactory.java
index f2be2a1..ba20c9a 100644
--- a/solr/core/src/java/org/apache/solr/update/processor/CloneFieldUpdateProcessorFactory.java
+++ b/solr/core/src/java/org/apache/solr/update/processor/CloneFieldUpdateProcessorFactory.java
@@ -188,6 +188,7 @@ public class CloneFieldUpdateProcessorFactory
   /** @see #dest */
   private Pattern pattern = null;
 
+  @SuppressWarnings("WeakerAccess")
   protected final FieldNameSelector getSourceSelector() {
     if (null != srcSelector) return srcSelector;