Less raw types

GitOrigin-RevId: 2a6e712b4017cf1ead7870543e562acb654fbeaf
This commit is contained in:
Tagir Valeev
2024-09-13 12:44:56 +02:00
committed by intellij-monorepo-bot
parent 3f3f8d8279
commit 05de6a6bdb
41 changed files with 65 additions and 63 deletions

View File

@@ -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};
}
}