[ 
https://issues.apache.org/jira/browse/FLUME-3135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16101291#comment-16101291
 ] 

ASF subversion and git services commented on FLUME-3135:
--------------------------------------------------------

Commit 685b79a8718ea983b451ce88555248510efe84ea in flume's branch 
refs/heads/trunk from [~peterchenhdu]
[ https://git-wip-us.apache.org/repos/asf?p=flume.git;h=685b79a ]

FLUME-3135. Remove the references to StaticInterceptor from 
RegexFilteringInterceptor

- Use RegexFilteringInterceptor.class in LoggerFactory.getLogger() call
- Fix the Javadoc of the RegexFilteringInterceptor.Builder class

This closes #148

Reviewers: Attila Simon, Marcell Hegedus

(Peter Chen via Denes Arvay)


> property logger in org.apache.flume.interceptor.RegexFilteringInterceptor 
> confused
> ----------------------------------------------------------------------------------
>
>                 Key: FLUME-3135
>                 URL: https://issues.apache.org/jira/browse/FLUME-3135
>             Project: Flume
>          Issue Type: Bug
>    Affects Versions: 1.7.0
>            Reporter: Peter Chen
>            Priority: Minor
>              Labels: easyfix
>
> *+org.apache.flume.interceptor.RegexFilteringInterceptor.java+*
> * *line 72-75:*
> the parameter to the getLogger method should be 
> RegexFilteringInterceptor.class
> {code:java}
> public class RegexFilteringInterceptor implements Interceptor {
>   private static final Logger logger = LoggerFactory
>       .getLogger(StaticInterceptor.class);
> {code}
> * *line 141-143:*
> Javadoc 
> {code:java}
>   /**
>    * Builder which builds new instance of the StaticInterceptor.
>    */
> {code}
> :D



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to