Fixed javadoc of MutableBoolean setTrue / setFalse (closes #260)

This commit is contained in:
Tobias Soloschenko 2017-03-22 15:23:45 +01:00 committed by pascalschumacher
parent 5d6c176388
commit 4a300fee2e
1 changed files with 2 additions and 2 deletions

View File

@ -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
*/