summaryrefslogtreecommitdiffstats
path: root/theme-compiler/src
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2013-04-25 14:01:27 +0300
committerLeif Åstrand <leif@vaadin.com>2013-04-25 14:01:27 +0300
commit220b1150ca411a63009d7f30e0400dc062f10c27 (patch)
tree1b68d5ccf3dc2521caec0bb89fdb556d6742f69c /theme-compiler/src
parent10b877bd1497dbc50e34f391134b9c1f86b683be (diff)
downloadvaadin-framework-220b1150ca411a63009d7f30e0400dc062f10c27.tar.gz
vaadin-framework-220b1150ca411a63009d7f30e0400dc062f10c27.zip
Global code clean up
Change-Id: I380d6afbc6b30d817ea6cca3d6b4634ab12522b1
Diffstat (limited to 'theme-compiler/src')
-rw-r--r--theme-compiler/src/com/vaadin/sass/internal/resolver/VaadinResolver.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme-compiler/src/com/vaadin/sass/internal/resolver/VaadinResolver.java b/theme-compiler/src/com/vaadin/sass/internal/resolver/VaadinResolver.java
index 25c7e04f99..2460c2ad2e 100644
--- a/theme-compiler/src/com/vaadin/sass/internal/resolver/VaadinResolver.java
+++ b/theme-compiler/src/com/vaadin/sass/internal/resolver/VaadinResolver.java
@@ -36,7 +36,7 @@ public class VaadinResolver implements ScssStylesheetResolver {
}
InputSource source = null;
-
+
// Can we find the scss from the file system?
ScssStylesheetResolver resolver = new FilesystemResolver();
source = resolver.resolve(identifier);