| File was renamed from opends/src/server/org/opends/server/changelog/MsgQueue.java |
| | |
| | | * |
| | | * Portions Copyright 2006 Sun Microsystems, Inc. |
| | | */ |
| | | package org.opends.server.changelog; |
| | | package org.opends.server.synchronization.changelog; |
| | | |
| | | import java.util.SortedMap; |
| | | import java.util.TreeMap; |
| | | |
| | | import org.opends.server.synchronization.ChangeNumber; |
| | | import org.opends.server.synchronization.UpdateMessage; |
| | | import org.opends.server.synchronization.common.ChangeNumber; |
| | | import org.opends.server.synchronization.protocol.UpdateMessage; |
| | | |
| | | /** |
| | | * This class is used to build ordered lists of UpdateMessage. |