mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 21:11:28 +07:00
ModuleBuilder.getModuleType inheritors: raw type removed
GitOrigin-RevId: 454b9c1543c29e27cdb1c1656d9be82afd4d769e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
75e99bf9cb
commit
0262382d71
@@ -14,7 +14,7 @@ public class PlatformPythonModuleType extends PythonModuleTypeBase<EmptyModuleBu
|
||||
public @NotNull EmptyModuleBuilder createModuleBuilder() {
|
||||
return new EmptyModuleBuilder() {
|
||||
@Override
|
||||
public ModuleType getModuleType() {
|
||||
public ModuleType<?> getModuleType() {
|
||||
return getInstance();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user