Skip to content

Commit b4c2441

Browse files
authored
Update CategoryAttribute.java
Changed lombok annotation to rest of the project, sorry for that
1 parent c2869bb commit b4c2441

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/com/github/chen0040/magento/models/CategoryAttribute.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
import lombok.Data;
44

5-
@Data
5+
@Setter
6+
@Getter
67
public class CategoryAttribute {
78

89
private String attribute_code;

0 commit comments

Comments
 (0)