mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Cleanup
This commit is contained in:
+2
-1
@@ -35,6 +35,7 @@ public abstract class JavaCodeInsightFixtureTestCase extends UsefulTestCase{
|
||||
protected JavaCodeInsightTestFixture myFixture;
|
||||
protected Module myModule;
|
||||
|
||||
@SuppressWarnings({"JUnitTestCaseWithNonTrivialConstructors"})
|
||||
protected JavaCodeInsightFixtureTestCase() {
|
||||
IdeaTestCase.initPlatformPrefix();
|
||||
}
|
||||
@@ -66,7 +67,7 @@ public abstract class JavaCodeInsightFixtureTestCase extends UsefulTestCase{
|
||||
}
|
||||
|
||||
/**
|
||||
* Return absolute path to the test data. Not intended to be overrided.
|
||||
* Return absolute path to the test data. Not intended to be overridden.
|
||||
*
|
||||
* @return absolute path to the test data.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user