mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 08:48:55 +00:00
493672: better alignment
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=493672 Signed-off-by: Lorenzo Bettini <lorenzo.bettini@gmail.com>
This commit is contained in:
parent
2b997fc251
commit
36b25b1a83
1 changed files with 5 additions and 5 deletions
|
@ -121,11 +121,11 @@ class Junit4Fragment2 extends AbstractStubGeneratingFragment {
|
|||
|
||||
protected «Injector» internalCreateInjector() {
|
||||
return new «grammar.runtimeSetup»() {
|
||||
@Override
|
||||
public Injector createInjector() {
|
||||
return «guice».createInjector(createRuntimeModule());
|
||||
}
|
||||
}.createInjectorAndDoEMFRegistration();
|
||||
@Override
|
||||
public Injector createInjector() {
|
||||
return «guice».createInjector(createRuntimeModule());
|
||||
}
|
||||
}.createInjectorAndDoEMFRegistration();
|
||||
}
|
||||
|
||||
protected «grammar.runtimeModule» createRuntimeModule() {
|
||||
|
|
Loading…
Reference in a new issue