| File was renamed from opends/src/server/org/opends/server/changelog/UpdateComparator.java |
| | |
| | | * |
| | | * Portions Copyright 2006 Sun Microsystems, Inc. |
| | | */ |
| | | package org.opends.server.changelog; |
| | | package org.opends.server.synchronization.changelog; |
| | | |
| | | import java.util.Comparator; |
| | | import org.opends.server.synchronization.UpdateMessage; |
| | | import org.opends.server.synchronization.ChangeNumber; |
| | | |
| | | import org.opends.server.synchronization.common.ChangeNumber; |
| | | import org.opends.server.synchronization.protocol.UpdateMessage; |
| | | |
| | | /** |
| | | * Class to use for establishing an order within UpdateMessages. |