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

This commit is contained in:
Gus Heck 2018-11-01 21:27:16 -04:00
parent cf445ba549
commit 23595e5cc4
1 changed files with 1 additions and 0 deletions

View File

@ -188,6 +188,7 @@ public class CloneFieldUpdateProcessorFactory
/** @see #dest */ /** @see #dest */
private Pattern pattern = null; private Pattern pattern = null;
@SuppressWarnings("WeakerAccess")
protected final FieldNameSelector getSourceSelector() { protected final FieldNameSelector getSourceSelector() {
if (null != srcSelector) return srcSelector; if (null != srcSelector) return srcSelector;