Fixed javadoc of MutableBoolean setTrue / setFalse (closes #260)
This commit is contained in:
parent
5d6c176388
commit
4a300fee2e
|
@ -90,7 +90,7 @@ public class MutableBoolean implements Mutable<Boolean>, Serializable, Comparabl
|
|||
}
|
||||
|
||||
/**
|
||||
* Sets the value to true.
|
||||
* Sets the value to false.
|
||||
*
|
||||
* @since 3.3
|
||||
*/
|
||||
|
@ -99,7 +99,7 @@ public class MutableBoolean implements Mutable<Boolean>, Serializable, Comparabl
|
|||
}
|
||||
|
||||
/**
|
||||
* Sets the value to false.
|
||||
* Sets the value to true.
|
||||
*
|
||||
* @since 3.3
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue