bruno 2003/05/27 01:46:58
Modified: src/java/org/apache/cocoon/util NetUtils.java
Log:
typo
Revision Changes Path
1.3 +2 -2 cocoon-2.1/src/java/org/apache/cocoon/util/NetUtils.java
Index: NetUtils.java
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/java/org/apache/cocoon/util/NetUtils.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- NetUtils.java 23 May 2003 13:08:35 -0000 1.2
+++ NetUtils.java 27 May 2003 08:46:58 -0000 1.3
@@ -309,7 +309,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) {