diff options
author | rbuj <robert.buj@gmail.com> | 2014-09-01 17:48:39 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-09-02 02:06:27 -0500 |
commit | a4a6153e2574c7e01efb7189a84e072480627561 (patch) | |
tree | 7321de37c05b724a3f62badf161d4a6c3921b236 /wizards | |
parent | b1492e6af1e626b09ed5cc6e5f63c31605a6f582 (diff) |
wizards: fix javadoc error: unknown tag: returns
Change-Id: I3d10c48a5fac2683f76cf21ef5c746377ca9a8c4
Reviewed-on: https://gerrit.libreoffice.org/11238
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/com/sun/star/wizards/ui/FilterComponent.java | 2 |
1 files changed, 1 insertions, 1 deletions
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() |