[Yanel-commits] rev 24922 - public/yanel/trunk/src/core/java/org/wyona/yanel/core/util

michi at wyona.com michi at wyona.com
Tue Jun 5 15:17:01 CEST 2007


Author: michi
Date: 2007-06-05 15:17:00 +0200 (Tue, 05 Jun 2007)
New Revision: 24922

Modified:
   public/yanel/trunk/src/core/java/org/wyona/yanel/core/util/PathUtil.java
Log:
javadoc fixed

Modified: public/yanel/trunk/src/core/java/org/wyona/yanel/core/util/PathUtil.java
===================================================================
--- public/yanel/trunk/src/core/java/org/wyona/yanel/core/util/PathUtil.java	2007-06-05 13:15:20 UTC (rev 24921)
+++ public/yanel/trunk/src/core/java/org/wyona/yanel/core/util/PathUtil.java	2007-06-05 13:17:00 UTC (rev 24922)
@@ -61,8 +61,8 @@
    }
    
    /**
-    * @parameter realm Realm
-    * @parameter path Path relative to realm
+    * @param realm Realm
+    * @param path Path relative to realm
     * @return a String with as many ../ as it needs to go back to from current resource to context
     */
    public static String backToContext(Realm realm, String path) {
@@ -70,7 +70,7 @@
    }
    
    /**
-    * @parameter path Path relative to realm
+    * @param path Path relative to realm
     * @return a String with as many ../ as it needs to go back to from current resource to the realm-root
     */
    public static String backToRealm(String path) {




More information about the Yanel-commits mailing list