Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 12110 invoked from network); 3 Oct 2010 09:35:35 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Oct 2010 09:35:35 -0000 Received: (qmail 47116 invoked by uid 500); 3 Oct 2010 09:35:35 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 47067 invoked by uid 500); 3 Oct 2010 09:35:33 -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 47060 invoked by uid 99); 3 Oct 2010 09:35:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Oct 2010 09:35:32 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Oct 2010 09:35:32 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id DC03E2388A1C; Sun, 3 Oct 2010 09:35:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1003941 - /directory/shared/trunk/ldap/src/checkstyle/suppressions.xml Date: Sun, 03 Oct 2010 09:35:11 -0000 To: commits@directory.apache.org From: seelmann@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101003093511.DC03E2388A1C@eris.apache.org> Author: seelmann Date: Sun Oct 3 09:35:10 2010 New Revision: 1003941 URL: http://svn.apache.org/viewvc?rev=1003941&view=rev Log: Fixed type in JavadocVariable check, use FQCN Modified: directory/shared/trunk/ldap/src/checkstyle/suppressions.xml Modified: directory/shared/trunk/ldap/src/checkstyle/suppressions.xml URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/checkstyle/suppressions.xml?rev=1003941&r1=1003940&r2=1003941&view=diff ============================================================================== --- directory/shared/trunk/ldap/src/checkstyle/suppressions.xml (original) +++ directory/shared/trunk/ldap/src/checkstyle/suppressions.xml Sun Oct 3 09:35:10 2010 @@ -25,13 +25,17 @@ - + - - - - - + + + + + + - + + + +