From a1661cae30dc07497774b141ab0ec2ff5b567feb Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Mon, 17 Mar 2014 09:57:36 +0000
Subject: [PATCH] OPENDJ-1368 Remove AttributeValue

---
 opendj3-server-dev/src/server/org/opends/server/types/SortKey.java   |    2 ++
 opendj3-server-dev/src/server/org/opends/server/types/SortOrder.java |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/opendj3-server-dev/src/server/org/opends/server/types/SortKey.java b/opendj3-server-dev/src/server/org/opends/server/types/SortKey.java
index 9a4e887..99e2373 100644
--- a/opendj3-server-dev/src/server/org/opends/server/types/SortKey.java
+++ b/opendj3-server-dev/src/server/org/opends/server/types/SortKey.java
@@ -37,6 +37,8 @@
  * contain a specific ordering matching rule that should be used for
  * the sorting process, although if none is provided it will use the
  * default ordering matching rule for the attribute type.
+ * <p>
+ * FIXME: replace with the equivalent SDK type. 
  */
 @org.opends.server.types.PublicAPI(
      stability=org.opends.server.types.StabilityLevel.VOLATILE,
diff --git a/opendj3-server-dev/src/server/org/opends/server/types/SortOrder.java b/opendj3-server-dev/src/server/org/opends/server/types/SortOrder.java
index 544b297..73d15fc 100644
--- a/opendj3-server-dev/src/server/org/opends/server/types/SortOrder.java
+++ b/opendj3-server-dev/src/server/org/opends/server/types/SortOrder.java
@@ -39,6 +39,8 @@
  * will only be used if the first and second values are equal, etc.
  * If all of the sort key attributes for two entries are identical,
  * then the relative order for those entries is undefined.
+ * <p>
+ * FIXME: replace with the SDK's SortKey?
  */
 @org.opends.server.types.PublicAPI(
      stability=org.opends.server.types.StabilityLevel.VOLATILE,

--
Gitblit v1.10.0