mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
[code] cosmetics
This commit is contained in:
parent
957cb078e9
commit
d55e31e768
@ -33,7 +33,7 @@ public class DemoModuleType extends ModuleType<DemoModuleBuilder> {
|
||||
@NotNull
|
||||
@Override
|
||||
public String getName() {
|
||||
return "Demo";
|
||||
return "Demo Module Type";
|
||||
}
|
||||
|
||||
@NotNull
|
||||
|
Loading…
x
Reference in New Issue
Block a user