fixed unused imports

Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
This commit is contained in:
Christian Dietrich 2020-04-26 11:01:56 +02:00
parent f909546248
commit beb804b966

View file

@ -11,7 +11,6 @@ package org.eclipse.xtext.ide.editor.syntaxcoloring;
import com.google.inject.Singleton;
import java.util.regex.Pattern;
import org.eclipse.xtext.ide.editor.syntaxcoloring.AbstractAntlrTokenToAttributeIdMapper;
import org.eclipse.xtext.ide.editor.syntaxcoloring.HighlightingStyles;
/**
* @author Anton Kosyakov