Skip to content

Commit d7d52d0

Browse files
Removed Unnecessary modifier
1 parent fee3d22 commit d7d52d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/magento/idea/magento2plugin/actions/generation/generator/util/eav/AttributeMapperInterface.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
import java.util.List;
66

77
public interface AttributeMapperInterface {
8-
public List<String> mapAttributesByEntityData(@NotNull EavEntityDataInterface entityData);
8+
List<String> mapAttributesByEntityData(@NotNull EavEntityDataInterface entityData);
99
}

0 commit comments

Comments
 (0)