Skip to content

Commit 87bb494

Browse files
committed
Fixed build failure
1 parent 47670db commit 87bb494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"PMD.RedundantFieldInitializer"
1515
})
1616
public class UiComponentDataProviderPhp implements ModuleFileInterface {
17-
public static final String CUSTOM_TEMPLATE = "Magento UI Custom Data Provider Class";
17+
public static final String CUSTOM_TEMPLATE = "Magento UI Component Custom Data Provider Class";
1818
public static final String FILE_EXTENSION = "php";
1919
public static final String CUSTOM_TYPE = "custom";
2020
public static final String COLLECTION_TYPE = "collection";

0 commit comments

Comments
 (0)