mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 18:05:27 +07:00
CR-101244 clean up: remove redundant overriding methods
GitOrigin-RevId: d4d165c6280b7bead925940c82b20f5300c7750a
This commit is contained in:
committed by
intellij-monorepo-bot
parent
3aada0f4ab
commit
79653f2633
@@ -22,12 +22,6 @@ public class JacksonizedTest extends AbstractLombokParsingTestCase {
|
||||
myFixture.addClass("package java.util;\n public interface NavigableMap<K,V> extends java.util.SortedMap<K,V> {}");
|
||||
}
|
||||
|
||||
@NotNull
|
||||
@Override
|
||||
protected LightProjectDescriptor getProjectDescriptor() {
|
||||
return LombokTestUtil.LOMBOK_DESCRIPTOR;
|
||||
}
|
||||
|
||||
|
||||
public void testJacksonized$JacksonizedBuilderSimple() {
|
||||
doTest(true);
|
||||
|
||||
Reference in New Issue
Block a user