1
0
mirror of https://github.com/apache/commons-lang.git synced 2025-03-02 22:19:13 +00:00

Fixed javadoc of MutableBoolean setTrue / setFalse (closes )

This commit is contained in:
Tobias Soloschenko 2017-03-22 15:23:45 +01:00 committed by pascalschumacher
parent 5d6c176388
commit 4a300fee2e

@ -90,7 +90,7 @@ public void setValue(final boolean value) {
}
/**
* Sets the value to true.
* Sets the value to false.
*
* @since 3.3
*/
@ -99,7 +99,7 @@ public void setFalse() {
}
/**
* Sets the value to false.
* Sets the value to true.
*
* @since 3.3
*/