opendj3/opendj-rest2ldap/src/main/java/org/forgerock/opendj/rest2ldap/SimpleAttributeMapper.java
@@ -49,7 +49,6 @@ */ public final class SimpleAttributeMapper extends AbstractLDAPAttributeMapper<SimpleAttributeMapper> { private Function<ByteString, ?, Void> decoder = null; private Function<Object, ByteString, Void> encoder = null; SimpleAttributeMapper(final AttributeDescription ldapAttributeName) { @@ -152,7 +151,7 @@ } @Override void toJSON(final Context c, final JsonPointer path, final Entry e, void read(final Context c, final JsonPointer path, final Entry e, final ResultHandler<JsonValue> h) { try { final Object value;