Return-Path: X-Original-To: apmail-flume-commits-archive@www.apache.org Delivered-To: apmail-flume-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5C0C818F64 for ; Wed, 29 Jul 2015 22:09:14 +0000 (UTC) Received: (qmail 4349 invoked by uid 500); 29 Jul 2015 22:09:14 -0000 Delivered-To: apmail-flume-commits-archive@flume.apache.org Received: (qmail 4314 invoked by uid 500); 29 Jul 2015 22:09:14 -0000 Mailing-List: contact commits-help@flume.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flume.apache.org Delivered-To: mailing list commits@flume.apache.org Received: (qmail 4305 invoked by uid 99); 29 Jul 2015 22:09:14 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jul 2015 22:09:14 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1F3A4DFB3B; Wed, 29 Jul 2015 22:09:14 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: johnyrufus@apache.org To: commits@flume.apache.org Message-Id: <117c0d4cb55647d0a1ceb8cb6438ee48@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: flume git commit: FLUME-2660. Add documentation for EventValidator. Fixed doc formatting issue Date: Wed, 29 Jul 2015 22:09:14 +0000 (UTC) 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 Authored: Wed Jul 29 15:02:33 2015 -0700 Committer: Johny Rufus 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;