Commit 830897f
Senrian
fix: replace Collections.EMPTY_MAP with Collections.emptyMap()
Replace deprecated Collections.EMPTY_MAP with Collections.emptyMap() to avoid raw type warnings and improve type safety.1 parent c39506e commit 830897f
File tree
1 file changed
+1
-1
lines changed- shenyu-admin/src/main/java/org/apache/shenyu/admin/service/manager/impl
1 file changed
+1
-1
lines changedLines 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