Return-Path: X-Original-To: apmail-directory-commits-archive@www.apache.org Delivered-To: apmail-directory-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 9974618ECD for ; Sat, 26 Sep 2015 21:32:04 +0000 (UTC) Received: (qmail 95078 invoked by uid 500); 26 Sep 2015 21:32:04 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 95032 invoked by uid 500); 26 Sep 2015 21:32:04 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 95023 invoked by uid 99); 26 Sep 2015 21:32:04 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Sep 2015 21:32:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 1D66E1A1708 for ; Sat, 26 Sep 2015 21:32:04 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.001 X-Spam-Level: * X-Spam-Status: No, score=1.001 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id W-w-KtTLoed1 for ; Sat, 26 Sep 2015 21:32:03 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTP id 6951D2303E for ; Sat, 26 Sep 2015 21:32:03 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id EDA5CE0441 for ; Sat, 26 Sep 2015 21:32:02 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id BFE2C3A01DC for ; Sat, 26 Sep 2015 21:32:02 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1705484 - /directory/buildtools/checkstyle-configuration/trunk/src/main/resources/directory-checks.xml Date: Sat, 26 Sep 2015 21:32:02 -0000 To: commits@directory.apache.org From: seelmann@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150926213202.BFE2C3A01DC@svn01-us-west.apache.org> Author: seelmann Date: Sat Sep 26 21:32:02 2015 New Revision: 1705484 URL: http://svn.apache.org/viewvc?rev=1705484&view=rev Log: Allow comment after semicolon Modified: directory/buildtools/checkstyle-configuration/trunk/src/main/resources/directory-checks.xml Modified: directory/buildtools/checkstyle-configuration/trunk/src/main/resources/directory-checks.xml URL: http://svn.apache.org/viewvc/directory/buildtools/checkstyle-configuration/trunk/src/main/resources/directory-checks.xml?rev=1705484&r1=1705483&r2=1705484&view=diff ============================================================================== --- directory/buildtools/checkstyle-configuration/trunk/src/main/resources/directory-checks.xml (original) +++ directory/buildtools/checkstyle-configuration/trunk/src/main/resources/directory-checks.xml Sat Sep 26 21:32:02 2015 @@ -161,7 +161,9 @@ - + + +