Skip to content

Commit 04aabfa

Browse files
committed
994: update code style
1 parent dddf335 commit 04aabfa

File tree

2 files changed

+2
-32
lines changed

2 files changed

+2
-32
lines changed

src/com/magento/idea/magento2plugin/actions/context/xml/NewCrontabXmlAction.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import com.intellij.psi.PsiDirectory;
1010
import com.intellij.psi.PsiFile;
1111
import com.magento.idea.magento2plugin.actions.context.AbstractContextAction;
12-
import com.magento.idea.magento2plugin.magento.files.ModuleCrontabXmlFile;
12+
import com.magento.idea.magento2plugin.magento.files.CrontabXmlTemplate;
1313
import com.magento.idea.magento2plugin.magento.packages.ComponentType;
1414
import com.magento.idea.magento2plugin.magento.packages.Package;
1515
import com.magento.idea.magento2plugin.util.magento.GetMagentoModuleUtil;
@@ -24,7 +24,7 @@ public class NewCrontabXmlAction extends AbstractContextAction {
2424
* New crontab.xml file generation action constructor.
2525
*/
2626
public NewCrontabXmlAction() {
27-
super(ACTION_NAME, ACTION_DESCRIPTION, new ModuleCrontabXmlFile());
27+
super(ACTION_NAME, ACTION_DESCRIPTION, new CrontabXmlTemplate());
2828
}
2929

3030
@Override

src/com/magento/idea/magento2plugin/magento/files/ModuleCrontabXmlFile.java

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)