1
mirror of https://github.com/CarmJos/UserPrefix.git synced 2026-06-05 00:35:02 +08:00

fix(code): 移除重复代码

This commit is contained in:
2022-09-10 02:01:13 +08:00
parent cc0122f9ba
commit f648e29ee2
2 changed files with 27 additions and 32 deletions
@@ -158,9 +158,4 @@ public class PrefixManager {
return strings.stream().map(GUIActionConfiguration::deserialize).filter(Objects::nonNull).collect(Collectors.toList());
}
protected static List<GUIActionConfiguration> readActions(@NotNull List<String> strings) {
return strings.stream().map(GUIActionConfiguration::deserialize).filter(Objects::nonNull).collect(Collectors.toList());
}
}