mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
EduCourseProjectGenerator should be optional
This commit is contained in:
@@ -139,7 +139,9 @@ public interface EduPluginConfigurator {
|
||||
return Collections.emptyList();
|
||||
}
|
||||
|
||||
EduCourseProjectGenerator getEduCourseProjectGenerator();
|
||||
default EduCourseProjectGenerator getEduCourseProjectGenerator() {
|
||||
return null;
|
||||
}
|
||||
|
||||
default ModuleType getModuleType() {return StdModuleTypes.JAVA;}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user