Skip to content

Commit 2e39643

Browse files
committed
Fixed validation
1 parent b3bcb46 commit 2e39643

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/com/magento/idea/magento2plugin/actions/generation/dialog/NewMessageQueueDialog.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ public class NewMessageQueueDialog extends AbstractDialog {
6363

6464
@FieldValidation(rule = RuleRegistry.NOT_EMPTY,
6565
message = {NotEmptyRule.MESSAGE, HANDLER_TYPE})
66-
@FieldValidation(rule = RuleRegistry.PHP_NAMESPACE_NAME,
67-
message = {PhpNamespaceNameRule.MESSAGE, HANDLER_TYPE})
66+
@FieldValidation(rule = RuleRegistry.PHP_CLASS,
67+
message = {PhpClassRule.MESSAGE, HANDLER_TYPE})
6868
private JTextField handlerType;
6969

7070
@FieldValidation(rule = RuleRegistry.NOT_EMPTY,

0 commit comments

Comments
 (0)