removed generated TODO item

This commit is contained in:
sefftinge 2008-07-14 08:21:58 +00:00
parent 728d946742
commit ca06607789

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