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

pgamba
10.49.2009 47a514a1b9398de661cfe3d4fab92e0c006ea7d4
Minor fix of a regression introduced by the last commit to have a better error handling
1 files modified
2 ■■■ changed files
opends/src/server/org/opends/server/workflowelement/externalchangelog/ECLSearchOperation.java 2 ●●● patch | view | raw | blame | history
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)
        {