You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2002/08/06 15:33:20 UTC

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

cziegeler    2002/08/06 06:33:20

  Modified:    src/java/org/apache/cocoon/util NetUtils.java
  Log:
  Fixing javadocs
  
  Revision  Changes    Path
  1.10      +6 -6      xml-cocoon2/src/java/org/apache/cocoon/util/NetUtils.java
  
  Index: NetUtils.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/util/NetUtils.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- NetUtils.java	22 Apr 2002 12:48:37 -0000	1.9
  +++ NetUtils.java	6 Aug 2002 13:33:20 -0000	1.10
  @@ -199,7 +199,7 @@
       /**
        * Returns the path of the given resource.
        *
  -     * @path the resource
  +     * @param uri the resource
        * @return the resource path
        */
       public static String getPath(String uri) {
  @@ -247,8 +247,8 @@
       /**
        * Absolutize a relative resource on the given absolute path.
        *
  -     * @path the absolute path
  -     * @relativeResource the relative resource
  +     * @param path the absolute path
  +     * @param relativeResource the relative resource
        * @return the absolutized resource
        */
       public static String absolutize(String path, String relativeResource) {
  @@ -270,8 +270,8 @@
       /**
        * Relativize an absolute resource on a given absolute path.
        *
  -     * @path the absolute path
  -     * @relativeResource the absolute resource
  +     * @param path the absolute path
  +     * @param relativeResource the absolute resource
        * @return the resource relative to the given path
        */
       public static String relativize(String path, String absoluteResource) {
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org