mirror of https://github.com/apache/lucene.git
Supress an IDE warning with an annotation, and verify my commit karma
This commit is contained in:
parent
cf445ba549
commit
23595e5cc4
|
@ -188,6 +188,7 @@ public class CloneFieldUpdateProcessorFactory
|
|||
/** @see #dest */
|
||||
private Pattern pattern = null;
|
||||
|
||||
@SuppressWarnings("WeakerAccess")
|
||||
protected final FieldNameSelector getSourceSelector() {
|
||||
if (null != srcSelector) return srcSelector;
|
||||
|
||||
|
|
Loading…
Reference in New Issue