File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
src/com/magento/idea/magento2plugin/actions/generation/dialog Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 30
30
import javax .swing .KeyStroke ;
31
31
import org .jetbrains .annotations .NotNull ;
32
32
33
- public class CreateAnObserverDialog extends AbstractDialog {//NOPMD
33
+ public class CreateAnObserverDialog extends AbstractDialog { //NOPMD
34
34
@ NotNull
35
35
private final Project project ;
36
36
@ NotNull
@@ -154,8 +154,9 @@ public String getObserverModule() {
154
154
return this .observerModule .getSelectedItem ().toString ();
155
155
}
156
156
157
- private void createUiComponents () {//NOPMD
158
- final List <String > allModulesList = ModuleIndex .getInstance (project ).getEditableModuleNames ();
157
+ private void createUiComponents () { //NOPMD
158
+ final List <String > allModulesList = ModuleIndex .getInstance (project )
159
+ .getEditableModuleNames ();
159
160
160
161
this .observerModule = new FilteredComboBox (allModulesList );
161
162
}
You can’t perform that action at this time.
0 commit comments