Commit 87e0fe8
fix: replace Collections.EMPTY_MAP with Collections.emptyMap() (#6299)
Replace deprecated Collections.EMPTY_MAP with Collections.emptyMap() to avoid raw type warnings and improve type safety.
Co-authored-by: Senrian <sen@senrian.com>
Co-authored-by: aias00 <liuhongyu@apache.org>1 parent 8e43748 commit 87e0fe8
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- shenyu-admin/src/main/java/org/apache/shenyu/admin/service/manager/impl
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
0 commit comments