Skip to content

Commit

Permalink
代码清理
Browse files Browse the repository at this point in the history
  • Loading branch information
SugarMGP committed Jul 20, 2024
1 parent 8d0c646 commit 63ae54c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ public enum EnumFriendMembers {
this.slim = false;
}

EnumFriendMembers(boolean slimIn) {
this.slim = slimIn;
EnumFriendMembers(boolean slim) {
this.slim = slim;
}

public static EnumFriendMembers getByKey(int key) {
Expand Down

0 comments on commit 63ae54c

Please sign in to comment.