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); }