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

Jean-Noel Rouvignac
08.48.2015 a89f7014aeb71dba5c94404dfea7eb89e7eeee74
opendj-server-legacy/src/main/java/org/opends/server/loggers/ParallelTextWriter.java
@@ -78,7 +78,7 @@
    this.autoFlush = autoFlush;
    this.writer = writer;
    this.queue = new ConcurrentLinkedQueue<String>();
    this.queue = new ConcurrentLinkedQueue<>();
    this.writerThread = null;
    this.stopRequested = new AtomicBoolean(false);