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

Jean-Noel Rouvignac
02.57.2013 02eec8772946c18c142973d36073a558759e73dc
opendj-sdk/opends/src/server/org/opends/server/replication/plugin/FakeOperationComparator.java
@@ -31,7 +31,7 @@
/**
 * This Class implements a Comparator that can be used to build TreeSet
 * containing FakeOperations sorted by the ChangeNumber order.
 * containing FakeOperations sorted by the CSN order.
 */
public class FakeOperationComparator implements Comparator<FakeOperation>
{