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 #260)
This commit is contained in:
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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user