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

Jean-Noel Rouvignac
04.47.2013 513eb83896bf4654aa0e3628c2666e307712a8cc
opends/src/server/org/opends/server/replication/server/ServerHandler.java
@@ -145,7 +145,7 @@
  /**
   * The associated ServerWriter that sends messages to the remote server.
   */
  protected ServerWriter writer = null;
  protected ServerWriter writer;
  /**
   * The associated ServerReader that receives messages from the remote server.
@@ -202,7 +202,7 @@
  /**
   * Set when ServerWriter is stopping.
   */
  protected boolean shutdownWriter = false;
  protected volatile boolean shutdownWriter = false;
  /**
   * Weight of this remote server.