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 33
33
package org .exist .storage ;
34
34
35
35
import net .jcip .annotations .NotThreadSafe ;
36
+ import org .apache .logging .log4j .LogManager ;
37
+ import org .apache .logging .log4j .Logger ;
36
38
import org .exist .storage .txn .Txn ;
37
39
import org .exist .util .Configuration ;
38
40
import com .evolvedbinary .j8fu .fsm .AtomicFSM ;
39
41
import com .evolvedbinary .j8fu .fsm .FSM ;
40
42
41
- import static com .evolvedbinary .j8fu .fsm .TransitionTable .transitionTable ;
42
- import static org .exist .security .UnixStylePermission .LOG ;
43
-
44
-
45
43
import java .util .ArrayList ;
46
44
import java .util .List ;
47
45
46
+ import static com .evolvedbinary .j8fu .fsm .TransitionTable .transitionTable ;
47
+
48
48
/**
49
49
* This class simply maintains a list of {@link BrokerPoolService}
50
50
* and provides methods to {@BrokerPool} to manage the lifecycle of
67
67
@ NotThreadSafe
68
68
class BrokerPoolServicesManager {
69
69
70
+ private static final Logger LOG = LogManager .getLogger (BrokerPoolServicesManager .class );
71
+
70
72
private enum ManagerState {
71
73
REGISTRATION ,
72
74
CONFIGURATION ,
You can’t perform that action at this time.
0 commit comments