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

Jean-Noel Rouvignac
19.23.2014 dd169ee03a50fb8117e0836c98bfd96a7664b490
opends/src/server/org/opends/server/replication/server/changelog/file/FileReplicaDBCursor.java
@@ -54,6 +54,8 @@
 * record is newly available, a subsequent call to the {@code next()} method will
 * return {@code true} and the record will be available by calling {@code getRecord()}
 * method.
 *
 * \@NotThreadSafe
 */
class FileReplicaDBCursor implements DBCursor<UpdateMsg>
{