aboutsummaryrefslogtreecommitdiffstats
path: root/theme-compiler/src/com/vaadin/sass/tree/controldirective/ControlDefNode.java
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-09-07 16:43:01 +0300
committerArtur Signell <artur@vaadin.com>2012-09-07 16:43:01 +0300
commit544152d1adc3a098445f7b11b4651fcc3c2f13bc (patch)
tree755041e36ad5f39ddc4d72db0f977ef68da7e047 /theme-compiler/src/com/vaadin/sass/tree/controldirective/ControlDefNode.java
parent733a7fd89068939b44f357e9eb88e197427097da (diff)
downloadvaadin-framework-544152d1adc3a098445f7b11b4651fcc3c2f13bc.tar.gz
vaadin-framework-544152d1adc3a098445f7b11b4651fcc3c2f13bc.zip
Renamed sass -> theme-compiler for consistency (#9299)
Diffstat (limited to 'theme-compiler/src/com/vaadin/sass/tree/controldirective/ControlDefNode.java')
-rw-r--r--theme-compiler/src/com/vaadin/sass/tree/controldirective/ControlDefNode.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/theme-compiler/src/com/vaadin/sass/tree/controldirective/ControlDefNode.java b/theme-compiler/src/com/vaadin/sass/tree/controldirective/ControlDefNode.java
new file mode 100644
index 0000000000..4ead42eb0a
--- /dev/null
+++ b/theme-compiler/src/com/vaadin/sass/tree/controldirective/ControlDefNode.java
@@ -0,0 +1,6 @@
+package com.vaadin.sass.tree.controldirective;
+
+
+public interface ControlDefNode extends ControlNode {
+
+}