mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
Fix names
This commit is contained in:
parent
cf2f7be694
commit
7ab48ba806
@ -31,13 +31,13 @@ public class DemoModuleType extends ModuleType<DemoModuleBuilder> {
|
||||
@NotNull
|
||||
@Override
|
||||
public String getName() {
|
||||
return "Demo Module Type";
|
||||
return "SDK Module Type";
|
||||
}
|
||||
|
||||
@NotNull
|
||||
@Override
|
||||
public String getDescription() {
|
||||
return "Demo Module Type";
|
||||
return "Example Custom Module Type";
|
||||
}
|
||||
|
||||
|
||||
|
@ -17,7 +17,6 @@
|
||||
<!-- Product and plugin compatibility requirements -->
|
||||
<depends>com.intellij.modules.platform</depends>
|
||||
|
||||
<description></description>
|
||||
<!-- Text to display as description on Preferences/Settings | Plugin page -->
|
||||
<description>
|
||||
<![CDATA[
|
||||
|
Loading…
x
Reference in New Issue
Block a user