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

simon at wyona.com simon at wyona.com
Thu Jun 26 17:47:48 CEST 2008


Author: simon
Date: 2008-06-26 17:47:47 +0200 (Thu, 26 Jun 2008)
New Revision: 37254

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

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	2008-06-26 15:46:01 UTC (rev 37253)
+++ public/yanel/trunk/src/core/java/org/wyona/yanel/core/util/PathUtil.java	2008-06-26 15:47:47 UTC (rev 37254)
@@ -92,7 +92,7 @@
     /**
      * @param resource Resource
      * @return A string with as many ../ as it needs to get from the resource path to the root of the realm and adds the reservedPrefix and resource-types/resource-type-namespace::resource-type-localname/ to it. 
-     * @deprecated 
+     * @deprecated use getResourcesHtdocsPathURLencoded(Resource) instead.
      */
     public static String getResourcesHtdocsPath(Resource resource) {
         return getGlobalHtdocsPath(resource) + "resource-types/" + resource.getResourceTypeNamespace() + "::" + resource.getResourceTypeLocalName() + "/";



More information about the Yanel-commits mailing list