Patrick Tucker created FLUME-2747:
-------------------------------------
Summary: Builder javadoc references StaticInterceptor when it
should reference RegexFilteringInterceptor
Key: FLUME-2747
URL: https://issues.apache.org/jira/browse/FLUME-2747
Project: Flume
Issue Type: Documentation
Components: Sinks+Sources
Affects Versions: v1.6.0
Reporter: Patrick Tucker
Priority: Trivial
The Javadoc for RegexFilteringInterceptor.Builder is as follows:
/**
* Builder which builds new instance of the StaticInterceptor.
*/
when it should be as follows:
/**
* Builder which builds new instance of the RegexFilteringInterceptor.
*/
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)