mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 06:39:38 +07:00
unnecessary calls to getMockJDK() removed in tests
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user