Minor. Drop trivial override

This commit is contained in:
Denis Zharkov
2015-04-20 16:42:11 +03:00
parent 8d7aa3fdcd
commit e1dfdc582d
@@ -38,11 +38,6 @@ public class JetJavaFacadeTest extends JetLightCodeInsightFixtureTestCase {
return JetLightProjectDescriptor.INSTANCE;
}
@Override
public void setUp() throws Exception {
super.setUp();
}
@Override
protected String getTestDataPath() {
return PluginTestCaseBase.getTestDataPathBase() + "/javaFacade";