From 27118e293945e03c8f28b84a155a53d5edd03a7f Mon Sep 17 00:00:00 2001 From: SirWayne Date: Thu, 7 Apr 2016 13:23:08 +0200 Subject: [PATCH] fix typo Signed-off-by: SirWayne --- .../hawkbit/ui/common/footer/AbstractDeleteActionsLayout.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 615760a1c..75bd43447 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 @@ -283,7 +283,7 @@ public abstract class AbstractDeleteActionsLayout extends VerticalLayout impleme /** * - * @return true if the count label is displayed false ist not displayed + * @return true if the count label is displayed false is not displayed */ protected boolean hasCountMessage() { return false;