unnecessary calls to getMockJDK() removed in tests

This commit is contained in:
Alexey Kudravtsev
2011-02-16 17:36:53 +03:00
parent e4a7d40de9
commit 6c65c04303
59 changed files with 9 additions and 340 deletions

View File

@@ -348,9 +348,4 @@ public class IntroduceParameterTest extends LightCodeInsightTestCase {
IntroduceParameterRefactoring.REPLACE_FIELDS_WITH_GETTERS_INACCESSIBLE,
declareFinal, false, null, parametersToRemove).run();
}
@Override
protected Sdk getProjectJDK() {
return JavaSdkImpl.getMockJdk17("java 1.5");
}
}