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

pgamba
10.26.2009 342b7d87d9a64efcbb142b34bb86a4538fba1b02
opends/src/server/org/opends/server/workflowelement/externalchangelog/ECLSearchOperation.java
@@ -1342,7 +1342,7 @@
      return null;
    //  the conversion from one unique identifier to an other is
    //  a question of formating : the last “-” is placed
    //  a question of formating : the last "-" is placed
    StringBuffer buffer = new StringBuffer(entryUid);
    //  Delete a "-" at 13 to get something like
    buffer.deleteCharAt(13);