opendj-sdk/opends/src/server/org/opends/server/replication/common/ExternalChangeLogSession.java
@@ -49,4 +49,11 @@ */ public abstract void close() throws DirectoryException; /** * Returns the last (newest) cookie value. * @return the last cookie value. */ public abstract MultiDomainServerState getLastCookie(); }