mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
*** empty log message ***
This commit is contained in:
parent
f15680dd81
commit
a0a7406aa9
1 changed files with 2 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
|||
package org.eclipse.xtext;
|
||||
package org.eclipse.xtext.parseerrorhandling;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
import org.eclipse.xtext.XtextGrammarTest;
|
||||
import org.eclipse.xtext.core.parser.IParseErrorHandler;
|
||||
import org.eclipse.xtext.generator.tests.AbstractGeneratorTest;
|
||||
|
Loading…
Reference in a new issue