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

Jean-Noel Rouvignac
08.48.2015 a89f7014aeb71dba5c94404dfea7eb89e7eeee74
opendj-server-legacy/src/main/java/org/opends/server/replication/server/MsgQueue.java
@@ -44,7 +44,7 @@
  private static final LocalizedLogger logger = LocalizedLogger.getLoggerForThisClass();
  private TreeMap<CSN, UpdateMsg> map = new TreeMap<CSN, UpdateMsg>();
  private TreeMap<CSN, UpdateMsg> map = new TreeMap<>();
  /**
   * FIXME JNR to be investigated:
   * I strongly suspect that we could replace this field