cziegeler 2002/08/06 06:36:48
Modified: src/java/org/apache/cocoon/util Tag: cocoon_2_0_3_branch
NetUtils.java
Log:
Fixing javadocs
Revision Changes Path
No revision
No revision
1.6.2.2 +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.6.2.1
retrieving revision 1.6.2.2
diff -u -r1.6.2.1 -r1.6.2.2
--- NetUtils.java 23 Apr 2002 06:42:22 -0000 1.6.2.1
+++ NetUtils.java 6 Aug 2002 13:36:48 -0000 1.6.2.2
@@ -195,7 +195,7 @@
/**
* Returns the path of the given resource.
*
- * @path the resource
+ * @param uri The URI of the resource
* @return the resource path
*/
public static String getPath(String uri) {
@@ -243,8 +243,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) {
@@ -266,8 +266,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: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]