mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 00:38:56 +00:00
removed generated TODO item
This commit is contained in:
parent
74ba73e23c
commit
e3e0efa955
1 changed files with 0 additions and 1 deletions
|
@ -51,7 +51,6 @@ public abstract class AbstractGeneratorTest extends TestCase {
|
|||
Method doSetupMethod = standaloneSetupClass.getMethod("doSetup");
|
||||
doSetupMethod.invoke(null);
|
||||
} catch (Exception e) {
|
||||
// TODO Auto-generated catch block
|
||||
e.printStackTrace();
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue