mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
17.26.2015 88f16d892d54fd8c3e190cc1f6363638b11ae1a3
opendj-server-legacy/src/main/java/org/opends/server/replication/server/ReplicationServer.java
@@ -99,7 +99,7 @@
  private ChangelogBackend changelogBackend;
  private final AtomicBoolean shutdown = new AtomicBoolean();
  private boolean stopListen = false;
  private boolean stopListen;
  private final ReplSessionSecurity replSessionSecurity;
  private static final LocalizedLogger logger = LocalizedLogger.getLoggerForThisClass();
@@ -117,7 +117,7 @@
  // Monitors for synchronizing domain creation with the connect thread.
  private final Object domainTicketLock = new Object();
  private final Object connectThreadLock = new Object();
  private long domainTicket = 0L;
  private long domainTicket;
  /**
   * Holds the list of all replication servers instantiated in this VM.