From a3d5c5661dd11285ebafd742c1da6d10b91639f7 Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Sun, 24 Oct 2010 20:47:53 +0000
Subject: [PATCH] Sync commits from OpenDS by matthew_swift
---
opendj-sdk/sdk/src/org/opends/sdk/RootDSE.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/sdk/src/org/opends/sdk/RootDSE.java b/opendj-sdk/sdk/src/org/opends/sdk/RootDSE.java
index b5762dd..f06a1da 100644
--- a/opendj-sdk/sdk/src/org/opends/sdk/RootDSE.java
+++ b/opendj-sdk/sdk/src/org/opends/sdk/RootDSE.java
@@ -481,7 +481,7 @@
final Attribute attr = entry.getAttribute(attributeDescription);
if (attr != null)
{
- return Collections.unmodifiableCollection(Collections2.transform(attr,
+ return Collections.unmodifiableCollection(Collections2.transformedCollection(attr,
function, Functions.objectToByteString()));
}
else
--
Gitblit v1.10.0