mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 16:58:56 +00:00
remove confusing setter from languageSetup
Thanks Miro for spotting that =)
This commit is contained in:
parent
eb1cc00bd5
commit
30f25bc56f
1 changed files with 1 additions and 2 deletions
|
@ -18,7 +18,6 @@ import org.eclipse.emf.ecore.EPackage
|
|||
import org.eclipse.emf.ecore.resource.ResourceSet
|
||||
import org.eclipse.emf.mwe.utils.GenModelHelper
|
||||
import org.eclipse.emf.mwe.utils.StandaloneSetup
|
||||
import org.eclipse.xtend.lib.annotations.Accessors
|
||||
import org.eclipse.xtext.ecore.EcoreSupportStandaloneSetup
|
||||
import org.eclipse.xtext.resource.IResourceServiceProvider
|
||||
import org.eclipse.xtext.util.internal.Log
|
||||
|
@ -28,7 +27,7 @@ import org.eclipse.xtext.util.internal.Log
|
|||
*/
|
||||
@Log
|
||||
class XtextLanguageStandaloneSetup implements IGuiceAwareGeneratorComponent {
|
||||
@Accessors List<String> loadedResources = newArrayList
|
||||
List<String> loadedResources = newArrayList
|
||||
|
||||
@Inject IXtextGeneratorLanguage language
|
||||
|
||||
|
|
Loading…
Reference in a new issue