From 44aad3f84d2a820094f3b5e73722778edc8c23f5 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Tue, 24 Apr 2007 22:40:57 +0000
Subject: [PATCH] Make several significant changes to the OpenDS code base, including:

---
 opends/src/server/org/opends/server/api/WorkQueue.java |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/opends/src/server/org/opends/server/api/WorkQueue.java b/opends/src/server/org/opends/server/api/WorkQueue.java
index 2d5d528..d28a6f4 100644
--- a/opends/src/server/org/opends/server/api/WorkQueue.java
+++ b/opends/src/server/org/opends/server/api/WorkQueue.java
@@ -30,10 +30,9 @@
 
 import org.opends.server.config.ConfigEntry;
 import org.opends.server.config.ConfigException;
-import org.opends.server.core.Operation;
 import org.opends.server.types.DirectoryException;
 import org.opends.server.types.InitializationException;
-
+import org.opends.server.types.Operation;
 
 
 
@@ -49,9 +48,6 @@
  */
 public abstract class WorkQueue
 {
-
-
-
   /**
    * Initializes this work queue based on the information in the
    * provided configuration entry.

--
Gitblit v1.10.0