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

Ludovic Poitou
24.47.2010 ebf96a30d0122d35e271bad15f1f31a0a9100842
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);
  }