Return-Path: Delivered-To: apmail-incubator-abdera-commits-archive@locus.apache.org Received: (qmail 6517 invoked from network); 29 Sep 2006 18:10:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Sep 2006 18:10:02 -0000 Received: (qmail 22755 invoked by uid 500); 29 Sep 2006 18:09:51 -0000 Delivered-To: apmail-incubator-abdera-commits-archive@incubator.apache.org Received: (qmail 22696 invoked by uid 500); 29 Sep 2006 18:09:50 -0000 Mailing-List: contact abdera-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: abdera-dev@incubator.apache.org Delivered-To: mailing list abdera-commits@incubator.apache.org Received: (qmail 22563 invoked by uid 99); 29 Sep 2006 18:09:49 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Sep 2006 11:09:49 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=5.0 tests=ALL_TRUSTED,NO_REAL_NAME Received: from [140.211.166.113] ([140.211.166.113:55844] helo=eris.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 50/0B-13110-0516D154 for ; Fri, 29 Sep 2006 11:09:20 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 6EABF1A9846; Fri, 29 Sep 2006 11:08:36 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r451369 - /incubator/abdera/java/trunk/core/src/main/java/org/apache/abdera/util/iri/IRISyntaxException.java Date: Fri, 29 Sep 2006 18:08:36 -0000 To: abdera-commits@incubator.apache.org From: jmsnell@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20060929180836.6EABF1A9846@eris.apache.org> X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jmsnell Date: Fri Sep 29 11:08:35 2006 New Revision: 451369 URL: http://svn.apache.org/viewvc?view=rev&rev=451369 Log: Oops, IRISyntaxException wasn't public Modified: incubator/abdera/java/trunk/core/src/main/java/org/apache/abdera/util/iri/IRISyntaxException.java Modified: incubator/abdera/java/trunk/core/src/main/java/org/apache/abdera/util/iri/IRISyntaxException.java URL: http://svn.apache.org/viewvc/incubator/abdera/java/trunk/core/src/main/java/org/apache/abdera/util/iri/IRISyntaxException.java?view=diff&rev=451369&r1=451368&r2=451369 ============================================================================== --- incubator/abdera/java/trunk/core/src/main/java/org/apache/abdera/util/iri/IRISyntaxException.java (original) +++ incubator/abdera/java/trunk/core/src/main/java/org/apache/abdera/util/iri/IRISyntaxException.java Fri Sep 29 11:08:35 2006 @@ -19,7 +19,7 @@ import java.io.IOException; -class IRISyntaxException extends IOException { +public class IRISyntaxException extends IOException { private static final long serialVersionUID = 5177739661976965423L; IRISyntaxException(String message) {