From geronimo-cvs-return-3095-apmail-incubator-geronimo-cvs-archive=incubator.apache.org@incubator.apache.org Wed Mar 03 09:03:36 2004 Return-Path: Delivered-To: apmail-incubator-geronimo-cvs-archive@www.apache.org Received: (qmail 40619 invoked from network); 3 Mar 2004 09:03:36 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 3 Mar 2004 09:03:36 -0000 Received: (qmail 37535 invoked by uid 500); 3 Mar 2004 09:03:06 -0000 Delivered-To: apmail-incubator-geronimo-cvs-archive@incubator.apache.org Received: (qmail 37455 invoked by uid 500); 3 Mar 2004 09:03:05 -0000 Mailing-List: contact geronimo-cvs-help@incubator.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: geronimo-dev@incubator.apache.org Delivered-To: mailing list geronimo-cvs@incubator.apache.org Received: (qmail 37398 invoked from network); 3 Mar 2004 09:03:05 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 3 Mar 2004 09:03:05 -0000 Received: (qmail 40439 invoked by uid 1819); 3 Mar 2004 09:03:29 -0000 Date: 3 Mar 2004 09:03:29 -0000 Message-ID: <20040303090329.40438.qmail@minotaur.apache.org> From: jlaskowski@apache.org To: incubator-geronimo-cvs@apache.org Subject: cvs commit: incubator-geronimo/modules/deployment/src/java/org/apache/geronimo/deployment/xml LocalEntityResolver.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N jlaskowski 2004/03/03 01:03:29 Modified: modules/deployment/src/java/org/apache/geronimo/deployment/xml LocalEntityResolver.java Log: Outdated URI in Javadoc Reporter: Ralf Barkow Revision Changes Path 1.5 +2 -2 incubator-geronimo/modules/deployment/src/java/org/apache/geronimo/deployment/xml/LocalEntityResolver.java Index: LocalEntityResolver.java =================================================================== RCS file: /home/cvs/incubator-geronimo/modules/deployment/src/java/org/apache/geronimo/deployment/xml/LocalEntityResolver.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- LocalEntityResolver.java 25 Feb 2004 09:57:39 -0000 1.4 +++ LocalEntityResolver.java 3 Mar 2004 09:03:28 -0000 1.5 @@ -51,7 +51,7 @@ * * * The catalog resolving is based on the OASIS XML Catalog Standard. - * (see http://www.oasis-open.org/committees/entity/spec-2001-08-01.html + * (see http://www.oasis-open.org/committees/entity/archives/spec-2001-08-01.html * and http://www.oasis-open.org/html/a401.htm) * * @version $Revision$ $Date$