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

Nicolas Capponi
12.08.2014 3c931b0f1ba72ce655f1fe03295aff77b4bfcf38
opends/src/server/org/opends/server/replication/server/changelog/file/LogWriter.java
@@ -76,6 +76,16 @@
    }
  }
  /**
   * Returns the file used by this writer.
   *
   * @return the file
   */
  File getFile()
  {
    return file;
  }
  /** {@inheritDoc} */
  @Override
  public void write(int b) throws IOException