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

michi at wyona.com michi at wyona.com
Sat Feb 6 15:47:52 CET 2010


Author: michi
Date: 2010-02-06 15:47:51 +0100 (Sat, 06 Feb 2010)
New Revision: 47464

Modified:
   public/yanel/trunk/src/core/java/org/wyona/yanel/core/Resource.java
Log:
javadoc improved

Modified: public/yanel/trunk/src/core/java/org/wyona/yanel/core/Resource.java
===================================================================
--- public/yanel/trunk/src/core/java/org/wyona/yanel/core/Resource.java	2010-02-06 14:41:00 UTC (rev 47463)
+++ public/yanel/trunk/src/core/java/org/wyona/yanel/core/Resource.java	2010-02-06 14:47:51 UTC (rev 47464)
@@ -206,8 +206,8 @@
     }
     
     /**
-     * Gets the parameter with the given name.
-     * @param name
+     * Get the parameter with the given name.
+     * @param name Name of parameter
      * @return parameter object or null if no parameter with this name exists.
      */
     public Object getParameter(String name) {
@@ -215,9 +215,9 @@
     }
 
     /**
-     * Gets the parameter with the given name as a string.
+     * Get the parameter value with the given name as a string.
      * If the parameter is a string array, returns the first string.
-     * @param name
+     * @param name Name of parameter
      * @return parameter string or null if no parameter with this name exists.
      */
     public String getParameterAsString(String name) {



More information about the Yanel-commits mailing list