From a4a6153e2574c7e01efb7189a84e072480627561 Mon Sep 17 00:00:00 2001 From: rbuj Date: Mon, 1 Sep 2014 17:48:39 +0200 Subject: wizards: fix javadoc error: unknown tag: returns Change-Id: I3d10c48a5fac2683f76cf21ef5c746377ca9a8c4 Reviewed-on: https://gerrit.libreoffice.org/11238 Reviewed-by: Thomas Arnhold Tested-by: Thomas Arnhold --- wizards/com/sun/star/wizards/ui/FilterComponent.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wizards') diff --git a/wizards/com/sun/star/wizards/ui/FilterComponent.java b/wizards/com/sun/star/wizards/ui/FilterComponent.java index 4c7a399b172d..3a2b78b0109e 100644 --- a/wizards/com/sun/star/wizards/ui/FilterComponent.java +++ b/wizards/com/sun/star/wizards/ui/FilterComponent.java @@ -691,7 +691,7 @@ public class FilterComponent } /** - * @returns true if the current condition is complete, all needed fields are filled with values. + * @return true if the current condition is complete, all needed fields are filled with values. * So we can enable the next. */ private boolean isConditionComplete() -- cgit