You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by jo...@apache.org on 2003/08/21 04:16:14 UTC

cvs commit: cocoon-2.0/src/java/org/apache/cocoon/util NetUtils.java

joerg       2003/08/20 19:16:14

  Modified:    src/java/org/apache/cocoon/util NetUtils.java
  Log:
  fixed javadoc
  
  Revision  Changes    Path
  1.2       +2 -2      cocoon-2.0/src/java/org/apache/cocoon/util/NetUtils.java
  
  Index: NetUtils.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.0/src/java/org/apache/cocoon/util/NetUtils.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- NetUtils.java	9 Mar 2003 00:03:27 -0000	1.1
  +++ NetUtils.java	21 Aug 2003 02:16:14 -0000	1.2
  @@ -267,7 +267,7 @@
        * Relativize an absolute resource on a given absolute path.
        *
        * @param path The absolute path
  -     * @param relativeResource The absolute resource
  +     * @param absoluteResource The absolute resource
        * @return the resource relative to the given path
        */
       public static String relativize(String path, String absoluteResource) {