Author: skitching
Date: Fri May  6 15:23:02 2005
New Revision: 168692

URL: http://svn.apache.org/viewcvs?rev=168692&view=rev
Log:
Fixed javadoc error pointed out by Russell Howe.

Modified:
    
jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/package.html

Modified: 
jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/package.html
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/package.html?rev=168692&r1=168691&r2=168692&view=diff
==============================================================================
--- 
jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/package.html
 (original)
+++ 
jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/package.html
 Fri May  6 15:23:02 2005
@@ -926,7 +926,7 @@
 <ul>
 <li>A property can have only one set and one get method. Overloading is not 
allowed.</li>
 <li>The <code>java.beans.Introspector</code> searches widely for a custom 
<em>BeanInfo</em> 
-class. If your class has the same name as another with a custom 
<em>BeanUtils</em> 
+class. If your class has the same name as another with a custom 
<em>BeanInfo</em> 
 (typically a java API class) then the <code>Introspector</code> may use that 
instead of
 creating via reflection based on your class. If this happens, the only 
solution is to 
 create your own <em>BeanInfo</em>.</li>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to