NIFI-2906 removed unused memebr variables

This closes #1144.
This commit is contained in:
Oleg Zhurakousky 2016-10-17 11:54:58 -04:00 committed by Pierre Villard
parent 596b98865b
commit c883f98cbf
1 changed files with 0 additions and 2 deletions

View File

@ -210,8 +210,6 @@ public class ReplaceText extends AbstractProcessor {
final ComponentLog logger = getLogger();
final String unsubstitutedRegex = context.getProperty(SEARCH_VALUE).getValue();
String unsubstitutedReplacement = context.getProperty(REPLACEMENT_VALUE).getValue();
final String replacementStrategy = context.getProperty(REPLACEMENT_STRATEGY).getValue();
final Charset charset = Charset.forName(context.getProperty(CHARACTER_SET).getValue());