]> source.dussan.org Git - vaadin-framework.git/commitdiff
clone() method is removed from LexicalUnitImpl (#13182 ).
authordenisanisimov <denis@vaadin.com>
Mon, 13 Jan 2014 11:11:45 +0000 (13:11 +0200)
committerVaadin Code Review <review@vaadin.com>
Tue, 14 Jan 2014 11:04:45 +0000 (11:04 +0000)
Change-Id: I8e32c3ab8b79e31b7fae309a3f475f6fe520bfcc

theme-compiler/src/com/vaadin/sass/internal/parser/LexicalUnitImpl.java

index cfd428e094db333034e13ff4fa3b77abbdf7c99b..e03cea8cfe9f924f8747d92fc7708e572d024801 100644 (file)
@@ -731,13 +731,6 @@ public class LexicalUnitImpl implements LexicalUnit, SCSSLexicalUnit,
                 previous);
     }
 
-    @Override
-    public LexicalUnitImpl clone() {
-        LexicalUnitImpl cloned = new LexicalUnitImpl(type, line, column, prev);
-        cloned.replaceValue(this);
-        return cloned;
-    }
-
     /**
      * Tries to return the value for this {@link LexicalUnitImpl} without
      * considering any related units.