[jira] [Commented] (NIFI-2906) Remove unused member variables from ReplaceText

2016-10-17 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/NIFI-2906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15583359#comment-15583359
 ] 

ASF GitHub Bot commented on NIFI-2906:
--

Github user asfgit closed the pull request at:

https://github.com/apache/nifi/pull/1144


> Remove unused member variables from ReplaceText
> ---
>
> Key: NIFI-2906
> URL: https://issues.apache.org/jira/browse/NIFI-2906
> Project: Apache NiFi
>  Issue Type: Task
>Reporter: Oleg Zhurakousky
>Assignee: Oleg Zhurakousky
>Priority: Trivial
> Fix For: 1.1.0
>
>
> The following two member variables are not used (see line: ~213)
> {code}
> final String unsubstitutedRegex = 
> context.getProperty(SEARCH_VALUE).getValue();
> String unsubstitutedReplacement = 
> context.getProperty(REPLACEMENT_VALUE).getValue();
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (NIFI-2906) Remove unused member variables from ReplaceText

2016-10-17 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/NIFI-2906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15583358#comment-15583358
 ] 

ASF subversion and git services commented on NIFI-2906:
---

Commit c883f98cbf803e5d8982a2a811c3ca46c5c249ca in nifi's branch 
refs/heads/master from [~ozhurakousky]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=c883f98 ]

NIFI-2906 removed unused memebr variables

This closes #1144.


> Remove unused member variables from ReplaceText
> ---
>
> Key: NIFI-2906
> URL: https://issues.apache.org/jira/browse/NIFI-2906
> Project: Apache NiFi
>  Issue Type: Task
>Reporter: Oleg Zhurakousky
>Assignee: Oleg Zhurakousky
>Priority: Trivial
> Fix For: 1.1.0
>
>
> The following two member variables are not used (see line: ~213)
> {code}
> final String unsubstitutedRegex = 
> context.getProperty(SEARCH_VALUE).getValue();
> String unsubstitutedReplacement = 
> context.getProperty(REPLACEMENT_VALUE).getValue();
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (NIFI-2906) Remove unused member variables from ReplaceText

2016-10-17 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/NIFI-2906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15583353#comment-15583353
 ] 

ASF GitHub Bot commented on NIFI-2906:
--

Github user pvillard31 commented on the issue:

https://github.com/apache/nifi/pull/1144
  
+1 merging...


> Remove unused member variables from ReplaceText
> ---
>
> Key: NIFI-2906
> URL: https://issues.apache.org/jira/browse/NIFI-2906
> Project: Apache NiFi
>  Issue Type: Task
>Reporter: Oleg Zhurakousky
>Assignee: Oleg Zhurakousky
>Priority: Trivial
> Fix For: 1.1.0
>
>
> The following two member variables are not used (see line: ~213)
> {code}
> final String unsubstitutedRegex = 
> context.getProperty(SEARCH_VALUE).getValue();
> String unsubstitutedReplacement = 
> context.getProperty(REPLACEMENT_VALUE).getValue();
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)