removed generated TODO item

This commit is contained in:
sefftinge 2008-07-14 08:21:58 +00:00 committed by sefftinge
parent 74ba73e23c
commit e3e0efa955

View file

@ -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);
}