You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Henning P. Schmiedehausen" <hp...@intermeta.de> on 2004/08/10 16:51:35 UTC

[BEANUTILS] Doc patch

Obvious, applies to both, 1.6.x and 1.7.x

Please apply

	Regards
		Henning

Index: src/java/org/apache/commons/beanutils/MappedPropertyDescriptor.java
===================================================================
RCS file: /home/cvs/jakarta-commons/beanutils/src/java/org/apache/commons/beanutils/MappedPropertyDescriptor.java,v
retrieving revision 1.14
diff -u -r1.14 MappedPropertyDescriptor.java
--- src/java/org/apache/commons/beanutils/MappedPropertyDescriptor.java	15 Jan 2003 21:59:38 -0000	1.14
+++ src/java/org/apache/commons/beanutils/MappedPropertyDescriptor.java	10 Aug 2004 14:50:57 -0000
@@ -79,7 +79,7 @@
  * For this class to work properly, a mapped value must have
  * getter and setter methods of the form
  * <p><code>get<strong>Property</strong>(String key)<code> and
- * <p><code>set&ltProperty&gt(String key, Object value)<code>,
+ * <p><code>set<strong>Property</strong>(String key, Object value)<code>,
  * <p>where <code><strong>Property</strong></code> must be replaced
  * by the name of the property.
  * @see java.beans.PropertyDescriptor

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen          INTERMETA GmbH
hps@intermeta.de        +49 9131 50 654 0   http://www.intermeta.de/

RedHat Certified Engineer -- Jakarta Turbine Development  -- hero for hire
   Linux, Java, perl, Solaris -- Consulting, Training, Development

"Fighting for one's political stand is an honorable action, but re-
 fusing to acknowledge that there might be weaknesses in one's
 position - in order to identify them so that they can be remedied -
 is a large enough problem with the Open Source movement that it
 deserves to be on this list of the top five problems."
                       -- Michelle Levesque, "Fundamental Issues with
                                    Open Source Software Development"

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [BEANUTILS] Doc patch

Posted by Niall Pemberton <ni...@blueyonder.co.uk>.
I've fixed this, thanks for pointing it out.

Could you attach patch files to a bugzilla ticket next time please.

Thanks

Niall

----- Original Message ----- 
From: "Henning P. Schmiedehausen" <hp...@intermeta.de>
Newsgroups: hometree.jakarta.commons.dev
To: <co...@jakarta.apache.org>
Sent: Tuesday, August 10, 2004 3:51 PM
Subject: [BEANUTILS] Doc patch


> Obvious, applies to both, 1.6.x and 1.7.x
>
> Please apply
>
> Regards
> Henning
>
> Index: src/java/org/apache/commons/beanutils/MappedPropertyDescriptor.java
> ===================================================================
> RCS file:
/home/cvs/jakarta-commons/beanutils/src/java/org/apache/commons/beanutils/Ma
ppedPropertyDescriptor.java,v
> retrieving revision 1.14
> diff -u -r1.14 MappedPropertyDescriptor.java
> --- src/java/org/apache/commons/beanutils/MappedPropertyDescriptor.java 15
Jan 2003 21:59:38 -0000 1.14
> +++ src/java/org/apache/commons/beanutils/MappedPropertyDescriptor.java 10
Aug 2004 14:50:57 -0000
> @@ -79,7 +79,7 @@
>   * For this class to work properly, a mapped value must have
>   * getter and setter methods of the form
>   * <p><code>get<strong>Property</strong>(String key)<code> and
> - * <p><code>set&ltProperty&gt(String key, Object value)<code>,
> + * <p><code>set<strong>Property</strong>(String key, Object value)<code>,
>   * <p>where <code><strong>Property</strong></code> must be replaced
>   * by the name of the property.
>   * @see java.beans.PropertyDescriptor
>
> -- 
> Dipl.-Inf. (Univ.) Henning P. Schmiedehausen          INTERMETA GmbH
> hps@intermeta.de        +49 9131 50 654 0   http://www.intermeta.de/
>
> RedHat Certified Engineer -- Jakarta Turbine Development  -- hero for hire
>    Linux, Java, perl, Solaris -- Consulting, Training, Development
>
> "Fighting for one's political stand is an honorable action, but re-
>  fusing to acknowledge that there might be weaknesses in one's
>  position - in order to identify them so that they can be remedied -
>  is a large enough problem with the Open Source movement that it
>  deserves to be on this list of the top five problems."
>                        -- Michelle Levesque, "Fundamental Issues with
>                                     Open Source Software Development"
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org