Repository: flume
Updated Branches:
  refs/heads/flume-1.7 1161b0449 -> 6c6776cb6


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/6c6776cb
Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/6c6776cb
Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/6c6776cb

Branch: refs/heads/flume-1.7
Commit: 6c6776cb6584a52c89a2fb5f3e9440506b90db60
Parents: 1161b04
Author: Johny Rufus <[email protected]>
Authored: Wed Jul 29 15:02:33 2015 -0700
Committer: Johny Rufus <[email protected]>
Committed: Wed Jul 29 15:07:38 2015 -0700

----------------------------------------------------------------------
 flume-ng-doc/sphinx/FlumeUserGuide.rst | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flume/blob/6c6776cb/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;

Reply via email to