From 15702cb5c98d62f9fd1f5ed38cae35a8171af31f Mon Sep 17 00:00:00 2001 From: SirWayne Date: Thu, 7 Apr 2016 13:11:16 +0200 Subject: [PATCH] Improve javadoc Signed-off-by: SirWayne --- .../hawkbit/ui/common/footer/AbstractDeleteActionsLayout.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hawkbit-ui/src/main/java/org/eclipse/hawkbit/ui/common/footer/AbstractDeleteActionsLayout.java b/hawkbit-ui/src/main/java/org/eclipse/hawkbit/ui/common/footer/AbstractDeleteActionsLayout.java index 0f5e2de32..615760a1c 100644 --- a/hawkbit-ui/src/main/java/org/eclipse/hawkbit/ui/common/footer/AbstractDeleteActionsLayout.java +++ b/hawkbit-ui/src/main/java/org/eclipse/hawkbit/ui/common/footer/AbstractDeleteActionsLayout.java @@ -282,9 +282,8 @@ public abstract class AbstractDeleteActionsLayout extends VerticalLayout impleme } /** - * Only in deployment view count message is displayed. * - * @return + * @return true if the count label is displayed false ist not displayed */ protected boolean hasCountMessage() { return false;