Skip to content

Commit 22238e7

Browse files
author
Vitaliy Boyko
committed
Removed unused style, fixed form
1 parent 52b614e commit 22238e7

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

gradle-tasks/checkstyle/checkstyle.xml

-7
Original file line numberDiff line numberDiff line change
@@ -229,13 +229,6 @@
229229
<property name="lineWrappingIndentation" value="8"/>
230230
<property name="arrayInitIndent" value="4"/>
231231
</module>
232-
<module name="AbbreviationAsWordInName">
233-
<property name="ignoreFinal" value="false"/>
234-
<property name="allowedAbbreviationLength" value="1"/>
235-
<property name="tokens"
236-
value="CLASS_DEF, INTERFACE_DEF, ENUM_DEF, ANNOTATION_DEF, ANNOTATION_FIELD_DEF,
237-
PARAMETER_DEF, VARIABLE_DEF, METHOD_DEF"/>
238-
</module>
239232
<module name="OverloadMethodsDeclarationOrder"/>
240233
<module name="VariableDeclarationUsageDistance"/>
241234
<module name="CustomImportOrder">

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public String getObserverModule() {
154154
return this.observerModule.getSelectedItem().toString();
155155
}
156156

157-
private void createUiComponents() { //NOPMD
157+
private void createUIComponents() { //NOPMD
158158
final List<String> allModulesList = ModuleIndex.getInstance(project)
159159
.getEditableModuleNames();
160160

0 commit comments

Comments
 (0)