Skip to content

Commit

Permalink
Eliminate Javadoc warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasMikula committed Aug 19, 2014
1 parent 4b826bf commit 33042b5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/org/fxmisc/easybind/EasyBind.java
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,6 @@ public static When when(ObservableValue<Boolean> condition) {
* Adds {@code element} to {@code collection} when {@code condition} is
* {@code true} and removes it from {@code collection} when
* {@code condition} is {@code false}.
* @param collection
* @param element
* @param condition
* @return a subscription that can be used to stop observing
* {@code condition} and manipulating {@code collection}.
*/
Expand Down

0 comments on commit 33042b5

Please sign in to comment.