refactor: move pbft classes

This commit is contained in:
CaiHQ 2021-11-28 14:52:09 +08:00
parent b0e87f8f0a
commit 3bcd652421
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM openjdk:8 FROM openjdk:8
ARG GOPRIVATE=bdware.org/* ARG GOPRIVATE=bdware.org/*
ARG GOPROXY=https://goproxy.cn ARG GOPROXY=https://goproxy.cn

View File

@ -36,7 +36,6 @@ public class NodeCenterWSFrameHandler extends SimpleChannelInboundHandler<WebSoc
logActions = new LogActions(managerAction); logActions = new LogActions(managerAction);
unitActions = new UnitActions(managerAction); unitActions = new UnitActions(managerAction);
fileActions = new FileActions(this); fileActions = new FileActions(this);
ae = ae =
new ActionExecutor<ResultCallback, JsonObject>( new ActionExecutor<ResultCallback, JsonObject>(
executorService, managerAction, logActions, unitActions, fileActions, new MetaIndexAction(), new TracingAction()) { executorService, managerAction, logActions, unitActions, fileActions, new MetaIndexAction(), new TracingAction()) {