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

Matthew Swift
31.29.2011 b43fb6c7a47de1c2101f10dbb4553e2a76e6eba8
opends/src/server/org/opends/server/core/SynchronousStrategy.java
@@ -23,6 +23,7 @@
 *
 *
 *      Copyright 2006-2008 Sun Microsystems, Inc.
 *      Portions Copyright 2011 ForgeRock AS
 */
package org.opends.server.core;
@@ -46,5 +47,6 @@
  public void enqueueRequest(AbstractOperation operation)
    throws DirectoryException {
    operation.run();
    operation.operationCompleted();
  }
}