]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fix PROGRESSBAR_POINT typo (#14502)
authorLeif Åstrand <leif@vaadin.com>
Thu, 28 Aug 2014 06:40:35 +0000 (09:40 +0300)
committerLeif Åstrand <leif@vaadin.com>
Thu, 28 Aug 2014 06:41:07 +0000 (09:41 +0300)
Change-Id: If2fff98f743ce6b4799b2161c32bf63da7acb3c5

server/src/com/vaadin/ui/themes/ValoTheme.java

index d6bd97ed7294e224d76d05a04a3aa819066a7901..da8037511496b605d5d6c9644c20326a815779ac 100644 (file)
@@ -566,7 +566,7 @@ public class ValoTheme {
      * Make the progress bar indicator appear as a dot which progresses over the
      * progress bar track (instead of a growing bar).
      */
-    public static final String PROBRESSBAR_POINT = "point";
+    public static final String PROGRESSBAR_POINT = "point";
 
     /***************************************************************************
      *