opends/src/server/org/opends/server/replication/server/MsgQueue.java
@@ -23,6 +23,7 @@ * * * Copyright 2006-2010 Sun Microsystems, Inc. * Portions copyright 2012 ForgeRock AS. */ package org.opends.server.replication.server; @@ -64,19 +65,6 @@ } /** * Return the last UpdateMsg in the MsgQueue. * * @return The last UpdateMsg in the MsgQueue. */ public UpdateMsg last() { synchronized (lock) { return map.get(map.lastKey()); } } /** * Returns the number of elements in this MsgQueue. * * @return The number of elements in this MsgQueue.