mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Ludovic Poitou
24.47.2010 a3d5c5661dd11285ebafd742c1da6d10b91639f7
opendj-sdk/sdk/src/org/opends/sdk/AbstractEntry.java
@@ -266,7 +266,7 @@
  {
    Validator.ensureNotNull(attributeDescription);
    return Iterables.filter(getAllAttributes(), FIND_ATTRIBUTES_PREDICATE,
    return Iterables.filteredIterable(getAllAttributes(), FIND_ATTRIBUTES_PREDICATE,
        attributeDescription);
  }