We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fee3d22 commit d7d52d0Copy full SHA for d7d52d0
src/com/magento/idea/magento2plugin/actions/generation/generator/util/eav/AttributeMapperInterface.java
@@ -5,5 +5,5 @@
5
import java.util.List;
6
7
public interface AttributeMapperInterface {
8
- public List<String> mapAttributesByEntityData(@NotNull EavEntityDataInterface entityData);
+ List<String> mapAttributesByEntityData(@NotNull EavEntityDataInterface entityData);
9
}
0 commit comments