File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
exist-core/src/main/java/org/exist/storage Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 3333package org .exist .storage ;
3434
3535import net .jcip .annotations .NotThreadSafe ;
36+ import org .apache .logging .log4j .LogManager ;
37+ import org .apache .logging .log4j .Logger ;
3638import org .exist .storage .txn .Txn ;
3739import org .exist .util .Configuration ;
3840import com .evolvedbinary .j8fu .fsm .AtomicFSM ;
3941import com .evolvedbinary .j8fu .fsm .FSM ;
4042
41- import static com .evolvedbinary .j8fu .fsm .TransitionTable .transitionTable ;
42- import static org .exist .security .UnixStylePermission .LOG ;
43-
44-
4543import java .util .ArrayList ;
4644import java .util .List ;
4745
46+ import static com .evolvedbinary .j8fu .fsm .TransitionTable .transitionTable ;
47+
4848/**
4949 * This class simply maintains a list of {@link BrokerPoolService}
5050 * and provides methods to {@BrokerPool} to manage the lifecycle of
6767@ NotThreadSafe
6868class BrokerPoolServicesManager {
6969
70+ private static final Logger LOG = LogManager .getLogger (BrokerPoolServicesManager .class );
71+
7072 private enum ManagerState {
7173 REGISTRATION ,
7274 CONFIGURATION ,
You can’t perform that action at this time.
0 commit comments