Fix typo
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1533914 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6b3993188e
commit
8433dc4f9f
|
@ -154,7 +154,7 @@ public class BooleanUtils {
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
* @param array an array of {@code boolean}s
|
* @param array an array of {@code boolean}s
|
||||||
* @return {@code true} if the array containes the value true only once.
|
* @return {@code true} if the array contains the value true only once.
|
||||||
* @throws IllegalArgumentException if {@code array} is {@code null}
|
* @throws IllegalArgumentException if {@code array} is {@code null}
|
||||||
* @throws IllegalArgumentException if {@code array} is empty.
|
* @throws IllegalArgumentException if {@code array} is empty.
|
||||||
* @since 3.2
|
* @since 3.2
|
||||||
|
@ -196,7 +196,7 @@ public class BooleanUtils {
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
* @param array an array of {@code Boolean}s
|
* @param array an array of {@code Boolean}s
|
||||||
* @return {@code true} if the array containes a Boolean with value true only once.
|
* @return {@code true} if the array contains a Boolean with value true only once.
|
||||||
* @throws IllegalArgumentException if {@code array} is {@code null}
|
* @throws IllegalArgumentException if {@code array} is {@code null}
|
||||||
* @throws IllegalArgumentException if {@code array} is empty.
|
* @throws IllegalArgumentException if {@code array} is empty.
|
||||||
* @throws IllegalArgumentException if {@code array} contains a {@code null}
|
* @throws IllegalArgumentException if {@code array} contains a {@code null}
|
||||||
|
|
Loading…
Reference in New Issue