mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
[module] DemoModuleType: fix getDescription() casing
This commit is contained in:
parent
4fa730da10
commit
fd05260e32
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user