Skip to content

Commit d67d74a

Browse files
committed
rollback some changes
1 parent 3c180dc commit d67d74a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/org/tabooproject/intellij/step/ConfigurationPropertiesStep.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class ConfigurationPropertiesStep(val context: WizardContext) : ModuleWizardStep
9191
row("Plugin name:") {
9292
textField()
9393
.apply {
94-
property.mainClass = "org.example.${property.name?.lowercase()}.${property.name?.capitalize()}"
94+
property.mainClass = "org.example.${property.name?.lowercase()}.${property.name?.capitalize()}Plugin"
9595
component.text = property.name
9696
component.columns = 30
9797
}.onChanged {

0 commit comments

Comments
 (0)