update 电单车协议

This commit is contained in:
Guoqs
2024-08-20 15:49:00 +08:00
parent 70ab6f996e
commit 8f3bd5f7f4
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ import java.util.Objects;
*/ */
public class EBikeOperateFactory { public class EBikeOperateFactory {
private static Map<String, AbstractEBikeHandler> strategyMap = Maps.newHashMap(); private static final Map<String, AbstractEBikeHandler> strategyMap = Maps.newHashMap();
/** /**
* 注册 * 注册

View File

@@ -13,7 +13,7 @@ import java.util.Objects;
*/ */
public class YKCOperateFactory { public class YKCOperateFactory {
private static Map<String, AbstractYkcHandler> strategyMap = Maps.newHashMap(); private static final Map<String, AbstractYkcHandler> strategyMap = Maps.newHashMap();
/** /**
* 注册 * 注册