Author: britter Date: Tue Feb 12 21:10:18 2013 New Revision: 1445366 URL: http://svn.apache.org/r1445366 Log: Fixed typos in JavaDoc - no functional changes
Modified: commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/MethodUtils.java Modified: commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/MethodUtils.java URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/MethodUtils.java?rev=1445366&r1=1445365&r2=1445366&view=diff ============================================================================== --- commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/MethodUtils.java (original) +++ commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/MethodUtils.java Tue Feb 12 21:10:18 2013 @@ -143,7 +143,7 @@ public class MethodUtils { * <p>The behaviour of this method is less deterministic * than <code>invokeExactMethod()</code>. * It loops through all methods with names that match - * and then executes the first it finds with compatable parameters.</p> + * and then executes the first it finds with compatible parameters.</p> * * <p>This method supports calls to methods taking primitive parameters * via passing in wrapping classes. So, for example, a <code>Boolean</code> class @@ -185,7 +185,7 @@ public class MethodUtils { * <p>The behaviour of this method is less deterministic * than {@link #invokeExactMethod(Object object,String methodName,Object [] args)}. * It loops through all methods with names that match - * and then executes the first it finds with compatable parameters.</p> + * and then executes the first it finds with compatible parameters.</p> * * <p>This method supports calls to methods taking primitive parameters * via passing in wrapping classes. So, for example, a <code>Boolean</code> class @@ -235,7 +235,7 @@ public class MethodUtils { * than {@link * #invokeExactMethod(Object object,String methodName,Object [] args,Class[] parameterTypes)}. * It loops through all methods with names that match - * and then executes the first it finds with compatable parameters.</p> + * and then executes the first it finds with compatible parameters.</p> * * <p>This method supports calls to methods taking primitive parameters * via passing in wrapping classes. So, for example, a <code>Boolean</code> class @@ -461,7 +461,7 @@ public class MethodUtils { * <p>The behaviour of this method is less deterministic * than {@link #invokeExactMethod(Object, String, Object[], Class[])}. * It loops through all methods with names that match - * and then executes the first it finds with compatable parameters.</p> + * and then executes the first it finds with compatible parameters.</p> * * <p>This method supports calls to methods taking primitive parameters * via passing in wrapping classes. So, for example, a <code>Boolean</code> class @@ -504,7 +504,7 @@ public class MethodUtils { * <p>The behaviour of this method is less deterministic * than {@link #invokeExactMethod(Object object,String methodName,Object [] args)}. * It loops through all methods with names that match - * and then executes the first it finds with compatable parameters.</p> + * and then executes the first it finds with compatible parameters.</p> * * <p>This method supports calls to methods taking primitive parameters * via passing in wrapping classes. So, for example, a <code>Boolean</code> class @@ -555,7 +555,7 @@ public class MethodUtils { * than {@link * #invokeExactStaticMethod(Class objectClass,String methodName,Object [] args,Class[] parameterTypes)}. * It loops through all methods with names that match - * and then executes the first it finds with compatable parameters.</p> + * and then executes the first it finds with compatible parameters.</p> * * <p>This method supports calls to methods taking primitive parameters * via passing in wrapping classes. So, for example, a <code>Boolean</code> class