mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 02:07:50 +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
|
@NotNull
|
||||||
@Override
|
@Override
|
||||||
public String getDescription() {
|
public String getDescription() {
|
||||||
return "Example Custom Module Type";
|
return "Example custom module type";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@NotNull
|
@NotNull
|
||||||
@Override
|
@Override
|
||||||
public Icon getNodeIcon(@Deprecated boolean b) {
|
public Icon getNodeIcon(@Deprecated boolean b) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user