You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jl...@apache.org on 2004/03/03 10:03:29 UTC

cvs commit: incubator-geronimo/modules/deployment/src/java/org/apache/geronimo/deployment/xml LocalEntityResolver.java

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 @@
    * </ul>
    *
    * 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$