opends/src/server/org/opends/server/core/OperationWrapper.java
@@ -22,7 +22,7 @@ * CDDL HEADER END * * * Portions Copyright 2007 Sun Microsystems, Inc. * Portions Copyright 2006-2008 Sun Microsystems, Inc. */ package org.opends.server.core; @@ -273,6 +273,14 @@ /** * {@inheritDoc} */ public long getProcessingNanoTime() { return operation.getProcessingNanoTime(); } /** * {@inheritDoc} */ public List<String> getReferralURLs() { return operation.getReferralURLs();