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

pgamba
10.49.2009 c52e56b8b3db3c2fde39f2fa391b17b0a01d2f6d
Minor fix of a regression introduced by the last commit to have a better error handling
1 files modified
2 ■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/workflowelement/externalchangelog/ECLSearchOperation.java 2 ●●● patch | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/workflowelement/externalchangelog/ECLSearchOperation.java
@@ -1174,7 +1174,7 @@
        String dseeValue = null;
        try
        {
          ECLSearchOperation.openDsToSunDseeNsUniqueId(targetUUID);
          dseeValue = ECLSearchOperation.openDsToSunDseeNsUniqueId(targetUUID);
        }
        catch(Exception e)
        {