You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by dd...@apache.org on 2004/07/30 14:40:44 UTC

cvs commit: jakarta-pluto/portal/src/java/org/apache/pluto/portalImpl/util NameValuePairs.java

ddewolf     2004/07/30 05:40:44

  Modified:    portal/src/java/org/apache/pluto/portalImpl/util
                        NameValuePairs.java
  Log:
  Cleaning up javadocs for javadoc report.
  
  Revision  Changes    Path
  1.3       +3 -3      jakarta-pluto/portal/src/java/org/apache/pluto/portalImpl/util/NameValuePairs.java
  
  Index: NameValuePairs.java
  ===================================================================
  RCS file: /home/cvs/jakarta-pluto/portal/src/java/org/apache/pluto/portalImpl/util/NameValuePairs.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- NameValuePairs.java	2 Mar 2004 14:48:58 -0000	1.2
  +++ NameValuePairs.java	30 Jul 2004 12:40:44 -0000	1.3
  @@ -55,7 +55,7 @@
        ** @param   aName
        **          the name of a pair
        **
  -     ** @param   the value of the pair
  +     ** @return   the value of the pair
        **/
   
       public String getString (String aName)
  @@ -72,7 +72,7 @@
        ** @param   aDefault
        **          the default value
        **
  -     ** @param   the value of the pair
  +     ** @return   the value of the pair
        **/
   
       public String getString (String aName, String aDefault)
  @@ -92,7 +92,7 @@
        ** @param   aName
        **          the name of a pair
        **
  -     ** @param   the values of the pair
  +     ** @return   the values of the pair
        **/
   
       public String [] getStrings (String aName)