[Libreoffice-commits] core.git: wizards/com

rbuj robert.buj at gmail.com
Tue Sep 2 00:06:56 PDT 2014


 wizards/com/sun/star/wizards/ui/FilterComponent.java |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a4a6153e2574c7e01efb7189a84e072480627561
Author: rbuj <robert.buj at gmail.com>
Date:   Mon Sep 1 17:48:39 2014 +0200

    wizards: fix javadoc error: unknown tag: returns
    
    Change-Id: I3d10c48a5fac2683f76cf21ef5c746377ca9a8c4
    Reviewed-on: https://gerrit.libreoffice.org/11238
    Reviewed-by: Thomas Arnhold <thomas at arnhold.org>
    Tested-by: Thomas Arnhold <thomas at arnhold.org>

diff --git a/wizards/com/sun/star/wizards/ui/FilterComponent.java b/wizards/com/sun/star/wizards/ui/FilterComponent.java
index 4c7a399..3a2b78b 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()


More information about the Libreoffice-commits mailing list