mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
[java] IDEA-354964 Migrate standard descriptors like JAVA_21 to TYPE_USE annotations
- revert changes in other modules - delete obsolete comment GitOrigin-RevId: 656c643184103d5e83409cbec47df1346f22cbd9
This commit is contained in:
committed by
intellij-monorepo-bot
parent
174e018654
commit
0d890a82a0
@@ -29,7 +29,6 @@ class Mixed {
|
||||
}
|
||||
}
|
||||
|
||||
// Error due to mock limitation
|
||||
@NotNull
|
||||
@Target(ElementType.TYPE)
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
|
||||
@@ -96,7 +96,7 @@ public abstract class AbstractJavaAgainstKotlinCheckerTest extends KotlinDaemonA
|
||||
protected Module createMainModule() throws IOException {
|
||||
Module module = super.createMainModule();
|
||||
|
||||
ModuleRootModificationUtil.updateModel(module, DefaultLightProjectDescriptor::addJetBrainsAnnotationsJava8AndHigher);
|
||||
ModuleRootModificationUtil.updateModel(module, DefaultLightProjectDescriptor::addJetBrainsAnnotations);
|
||||
|
||||
String configFileText = getConfigFileText();
|
||||
if (configFileText == null) {
|
||||
|
||||
Reference in New Issue
Block a user