From 9b7b7edc5f54c6e33defed41dc4874df52496247 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Thu, 4 Apr 2013 23:01:47 +0300 Subject: Fixed compilation error Change-Id: I033d9950298f574e2200913a7b1307101bad0878 --- client/src/com/vaadin/client/ui/AriaHelper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') diff --git a/client/src/com/vaadin/client/ui/AriaHelper.java b/client/src/com/vaadin/client/ui/AriaHelper.java index 10038a720f..9f7210f86c 100644 --- a/client/src/com/vaadin/client/ui/AriaHelper.java +++ b/client/src/com/vaadin/client/ui/AriaHelper.java @@ -68,7 +68,7 @@ public class AriaHelper { * @param widget * Widget, that was bound to a caption before */ - private static void clearCaption(Widget widget) { + public static void clearCaption(Widget widget) { Roles.getTextboxRole() .removeAriaLabelledbyProperty(widget.getElement()); } -- cgit v1.2.3