diff options
author | Artur Signell <artur@vaadin.com> | 2012-09-07 16:43:01 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-09-07 16:43:01 +0300 |
commit | 544152d1adc3a098445f7b11b4651fcc3c2f13bc (patch) | |
tree | 755041e36ad5f39ddc4d72db0f977ef68da7e047 /theme-compiler/src/com/vaadin/sass/tree/controldirective/ControlDefNode.java | |
parent | 733a7fd89068939b44f357e9eb88e197427097da (diff) | |
download | vaadin-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.java | 6 |
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 { + +} |