Skip to content

Commit e5109ad

Browse files
760: Eliminated code style check
1 parent 0bbc5fe commit e5109ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/magento/idea/magento2plugin/actions/generation/generator/util/FileFromTemplateGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public FileFromTemplateGenerator(final @NotNull Project project) {
5656
) {
5757
final Ref<PsiFile> fileRef = new Ref<>(null);
5858
final Ref<String> exceptionRef = new Ref<>(null);
59-
exceptionMessage = null;
59+
exceptionMessage = null;//NOPMD
6060
final String filePath = baseDir.getText().concat("/").concat(moduleFile.getFileName());
6161

6262
CommandProcessor.getInstance().executeCommand(project, () -> {

0 commit comments

Comments
 (0)