From ebf96a30d0122d35e271bad15f1f31a0a9100842 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
---
sdk/src/org/opends/sdk/RootDSE.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sdk/src/org/opends/sdk/RootDSE.java b/sdk/src/org/opends/sdk/RootDSE.java
index b5762dd..f06a1da 100644
--- a/sdk/src/org/opends/sdk/RootDSE.java
+++ b/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