From 33042b54cf2c94ee4f43a6f6b5ff252935f80ea3 Mon Sep 17 00:00:00 2001 From: Tomas Mikula Date: Tue, 19 Aug 2014 17:41:23 +0200 Subject: [PATCH] Eliminate Javadoc warnings. --- src/main/java/org/fxmisc/easybind/EasyBind.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main/java/org/fxmisc/easybind/EasyBind.java b/src/main/java/org/fxmisc/easybind/EasyBind.java index 5d84248..6b69200 100644 --- a/src/main/java/org/fxmisc/easybind/EasyBind.java +++ b/src/main/java/org/fxmisc/easybind/EasyBind.java @@ -228,9 +228,6 @@ public static When when(ObservableValue 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}. */