From e07cdcbd253fd366c5002f7368470e0158bfcc2c Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Mon, 13 Nov 2006 08:31:12 +0000
Subject: [PATCH] Fix for 982 : reorganize synchronization code :

---
 opends/src/server/org/opends/server/synchronization/plugin/AttrInfoWithOptions.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/opends/src/server/org/opends/server/synchronization/AttrInfoWithOptions.java b/opends/src/server/org/opends/server/synchronization/plugin/AttrInfoWithOptions.java
similarity index 97%
rename from opends/src/server/org/opends/server/synchronization/AttrInfoWithOptions.java
rename to opends/src/server/org/opends/server/synchronization/plugin/AttrInfoWithOptions.java
index 60b5951..ef00977 100644
--- a/opends/src/server/org/opends/server/synchronization/AttrInfoWithOptions.java
+++ b/opends/src/server/org/opends/server/synchronization/plugin/AttrInfoWithOptions.java
@@ -24,11 +24,12 @@
  *
  *      Portions Copyright 2006 Sun Microsystems, Inc.
  */
-package org.opends.server.synchronization;
+package org.opends.server.synchronization.plugin;
 
 import java.util.HashMap;
 import java.util.Set;
 
+
 /**
  * Used to store historical information.
  * Contain a map of AttrInfo for each options of a given attribute type.

--
Gitblit v1.10.0