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

boli
18.37.2008 5d6b56353ce3a2816410052d4b2b531c0c676c06
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();