Repository: flume Updated Branches: refs/heads/trunk a49461113 -> fd32492ac
FLUME-2660. Add documentation for EventValidator. Fixed doc formatting issue (Ashish Paliwal via Johny Rufus) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/fd32492a Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/fd32492a Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/fd32492a Branch: refs/heads/trunk Commit: fd32492ac7edf6b9b99cb6d2739739c37f4bc5a7 Parents: a494611 Author: Johny Rufus <[email protected]> Authored: Wed Jul 29 15:02:33 2015 -0700 Committer: Johny Rufus <[email protected]> Committed: Wed Jul 29 15:02:33 2015 -0700 ---------------------------------------------------------------------- flume-ng-doc/sphinx/FlumeUserGuide.rst | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/fd32492a/flume-ng-doc/sphinx/FlumeUserGuide.rst ---------------------------------------------------------------------- diff --git a/flume-ng-doc/sphinx/FlumeUserGuide.rst b/flume-ng-doc/sphinx/FlumeUserGuide.rst index e959fa6..7ddcc48 100644 --- a/flume-ng-doc/sphinx/FlumeUserGuide.rst +++ b/flume-ng-doc/sphinx/FlumeUserGuide.rst @@ -3791,6 +3791,7 @@ Let's see an example of simple size based Event Validator, which shall reject ev than maximum size specified. .. code-block:: java + public static class MyEventValidator implements EventValidator { private int value = 0;
