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

matthew_swift
01.35.2010 96483a719fbc07f7b1ab1e1aed482743634a615e
sdk/src/org/opends/sdk/AbstractEntry.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2009 Sun Microsystems, Inc.
 *      Copyright 2009-2010 Sun Microsystems, Inc.
 */
package org.opends.sdk;
@@ -311,7 +311,8 @@
  public boolean removeAttribute(final AttributeDescription attributeDescription)
      throws UnsupportedOperationException, NullPointerException
  {
    return removeAttribute(Types.emptyAttribute(attributeDescription), null);
    return removeAttribute(
        Attributes.emptyAttribute(attributeDescription), null);
  }