mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
Less raw types
GitOrigin-RevId: 2a6e712b4017cf1ead7870543e562acb654fbeaf
This commit is contained in:
committed by
intellij-monorepo-bot
parent
3f3f8d8279
commit
05de6a6bdb
@@ -52,7 +52,7 @@ public final class InconsistentLanguageLevelInspection extends GlobalInspectionT
|
||||
dependantModule.getName(), dependantLanguageLevel.getShortText()),
|
||||
module,
|
||||
new UnnecessaryModuleDependencyInspection.RemoveModuleDependencyFix(dependantModule.getName()),
|
||||
(QuickFix)QuickFixFactory.getInstance().createShowModulePropertiesFix(module));
|
||||
(QuickFix<?>)QuickFixFactory.getInstance().createShowModulePropertiesFix(module));
|
||||
return new CommonProblemDescriptor[] {problemDescriptor};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user