update comment

This commit is contained in:
hengyunabc
2020-05-24 17:33:42 +08:00
parent da90f46e43
commit b7414f899d
@@ -52,6 +52,7 @@ import static java.lang.String.format;
Constants.WIKI + Constants.WIKI_HOME + "tt")
public class TimeTunnelCommand extends EnhancerCommand {
// 时间隧道(时间碎片的集合)
// TODO 并非线程安全?
private static final Map<Integer, TimeFragment> timeFragmentMap = new LinkedHashMap<Integer, TimeFragment>();
// 时间碎片序列生成器
private static final AtomicInteger sequence = new AtomicInteger(1000);