Skip to content

Commit 5853062

Browse files
typo(GroupType): 네이밍 룰에 맞지 않던 상수명을 올바르게 수정함
1 parent da5300c commit 5853062

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/me/smartstore/group/GroupType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package me.smartstore.group;
22

33
public enum GroupType {
4-
General,
4+
GENERAL,
55
VIP,
66
VVIP;
77

0 commit comments

Comments
 (0)