]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixed compilation error
authorArtur Signell <artur@vaadin.com>
Thu, 4 Apr 2013 20:01:47 +0000 (23:01 +0300)
committerArtur Signell <artur@vaadin.com>
Thu, 4 Apr 2013 20:01:47 +0000 (23:01 +0300)
Change-Id: I033d9950298f574e2200913a7b1307101bad0878

client/src/com/vaadin/client/ui/AriaHelper.java

index 10038a720f48bf293338c8fdc723055ee49cd84d..9f7210f86c7c4700fe6512de174da25ed2085920 100644 (file)
@@ -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());
     }