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

Matthew Swift
22.52.2012 139d572584d8fe12a0f1bee2f3aeb73710685bbe
opendj3/opendj-rest2ldap/src/main/java/org/forgerock/opendj/rest2ldap/CompositeAttributeMapper.java
@@ -86,8 +86,10 @@
            }
            public void handleResult(final Map<String, Object> result) {
                synchronized (this) {
                    results.add(result);
                if (result != null && !result.isEmpty()) {
                    synchronized (this) {
                        results.add(result);
                    }
                }
                if (latch.decrementAndGet() == 0) {
                    final Map<String, Object> mergeResult;