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