Fix names

This commit is contained in:
JohnHake 2020-02-17 16:15:08 -08:00
parent cf2f7be694
commit 7ab48ba806
2 changed files with 2 additions and 3 deletions

View File

@ -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";
}

View File

@ -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[