diff options
author | Leif Åstrand <leif@vaadin.com> | 2014-08-28 09:40:35 +0300 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2014-08-28 09:41:07 +0300 |
commit | 98b69982c2537c09f693f77aa9052a068bc06862 (patch) | |
tree | 4bc09e0945fc0a247320ec8052879f6f277c0c6f /server | |
parent | c9bc1cc14d94b5331a765f91bbb3864f318d53a2 (diff) | |
download | vaadin-framework-98b69982c2537c09f693f77aa9052a068bc06862.tar.gz vaadin-framework-98b69982c2537c09f693f77aa9052a068bc06862.zip |
Fix PROGRESSBAR_POINT typo (#14502)
Change-Id: If2fff98f743ce6b4799b2161c32bf63da7acb3c5
Diffstat (limited to 'server')
-rw-r--r-- | server/src/com/vaadin/ui/themes/ValoTheme.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/com/vaadin/ui/themes/ValoTheme.java b/server/src/com/vaadin/ui/themes/ValoTheme.java index d6bd97ed72..da80375114 100644 --- a/server/src/com/vaadin/ui/themes/ValoTheme.java +++ b/server/src/com/vaadin/ui/themes/ValoTheme.java @@ -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"; /*************************************************************************** * |