Commit 7594c45
committed
fix(punishment): use package-private main to match project convention
Java 25 doesn't require public on main methods. Other services like
FriendService use package-private, so match the existing pattern.1 parent 6ebaf9b commit 7594c45
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments