[module] DemoModuleType: fix getDescription() casing

This commit is contained in:
Yann Cébron 2020-03-06 17:03:10 +01:00
parent 4fa730da10
commit fd05260e32

View File

@ -38,10 +38,9 @@ public class DemoModuleType extends ModuleType<DemoModuleBuilder> {
@NotNull
@Override
public String getDescription() {
return "Example Custom Module Type";
return "Example custom module type";
}
@NotNull
@Override
public Icon getNodeIcon(@Deprecated boolean b) {