Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 42260 invoked from network); 14 Dec 2005 20:52:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Dec 2005 20:52:49 -0000 Received: (qmail 9942 invoked by uid 500); 14 Dec 2005 20:52:42 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 9861 invoked by uid 500); 14 Dec 2005 20:52:42 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 9836 invoked by uid 500); 14 Dec 2005 20:52:42 -0000 Received: (qmail 9819 invoked by uid 99); 14 Dec 2005 20:52:41 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Dec 2005 12:52:41 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 14 Dec 2005 12:52:40 -0800 Received: (qmail 42108 invoked by uid 65534); 14 Dec 2005 20:52:20 -0000 Message-ID: <20051214205220.42107.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r356866 - /jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/SCXMLDigester.java Date: Wed, 14 Dec 2005 20:52:19 -0000 To: commons-cvs@jakarta.apache.org From: rahul@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: rahul Date: Wed Dec 14 12:52:16 2005 New Revision: 356866 URL: http://svn.apache.org/viewcvs?rev=356866&view=rev Log: Checkstyle creep. Modified: jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/SCXMLDigester.java Modified: jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/SCXMLDigester.java URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/SCXMLDigester.java?rev=356866&r1=356865&r2=356866&view=diff ============================================================================== --- jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/SCXMLDigester.java (original) +++ jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/SCXMLDigester.java Wed Dec 14 12:52:16 2005 @@ -17,7 +17,7 @@ */ package org.apache.commons.scxml; -import java.io.IOException; +//import java.io.IOException; import java.net.URL; import java.text.MessageFormat; import java.util.Iterator; @@ -1307,8 +1307,8 @@ */ public static class ParseSendRule extends NodeCreateRule { /** - * Constructor - * @throws ParserConfigurationException + * Constructor. + * @throws ParserConfigurationException A JAXP configuration error */ public ParseSendRule() throws ParserConfigurationException { super(); --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org