mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
fix unused imports
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
This commit is contained in:
parent
54dcaf5679
commit
4d78d9a51e
1 changed files with 0 additions and 2 deletions
|
@ -8,9 +8,7 @@
|
|||
*******************************************************************************/
|
||||
package org.eclipse.xtext.resource.containers;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Collection;
|
||||
import java.util.HashSet;
|
||||
import java.util.Iterator;
|
||||
import java.util.LinkedHashSet;
|
||||
import java.util.List;
|
||||
|
|
Loading…
Reference in a new issue