File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
src/com/magento/idea/magento2plugin/project/startup Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 55
66package com .magento .idea .magento2plugin .project .startup ;
77
8- import kotlin .Unit ;
9- import kotlin .coroutines .Continuation ;
108import com .intellij .openapi .project .Project ;
11- import com .intellij .openapi .startup .StartupActivity ;
129import com .intellij .openapi .startup .ProjectActivity ;
10+ import com .intellij .openapi .startup .StartupActivity ;
1311import com .magento .idea .magento2plugin .init .ConfigurationManager ;
1412import com .magento .idea .magento2plugin .project .Settings ;
1513import com .magento .idea .magento2plugin .util .magento .MagentoBasePathUtil ;
14+ import kotlin .Unit ;
15+ import kotlin .coroutines .Continuation ;
1616import org .jetbrains .annotations .NotNull ;
1717import org .jetbrains .annotations .Nullable ;
1818
@@ -38,7 +38,8 @@ public void runActivity(final @NotNull Project project) {
3838
3939 @ Nullable
4040 @ Override
41- public Object execute (@ NotNull Project project , @ NotNull Continuation <? super Unit > continuation ) {
41+ public Object execute (@ NotNull Project project ,
42+ @ NotNull Continuation <? super Unit > continuation ) {
4243 registerSettings (project );
4344 return null ;
4445 }
You can’t perform that action at this time.
0 commit comments