From 49961b55b83af764364fb4b19bff4c3a7e575eb9 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Wed, 14 Nov 2012 15:36:13 +0200 Subject: [PATCH] Made method public as VForm is now in a different package (#9923) Change-Id: I4304737a21b9aa369703fd080e4dc07779e1c38d --- client/src/com/vaadin/client/ui/VForm.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/com/vaadin/client/ui/VForm.java b/client/src/com/vaadin/client/ui/VForm.java index 82e2f7d3aa..669f4e8c03 100644 --- a/client/src/com/vaadin/client/ui/VForm.java +++ b/client/src/com/vaadin/client/ui/VForm.java @@ -117,7 +117,7 @@ public class VForm extends ComplexPanel implements KeyDownHandler { shortcutHandler.handleKeyboardEvent(Event.as(event.getNativeEvent())); } - void setFooterWidget(Widget footerWidget) { + public void setFooterWidget(Widget footerWidget) { if (footer != null) { remove(footer); } -- 2.39.5