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

pgamba
10.26.2009 ce24911be0a261e3e74a12a7b2a2a3b4f72b7a06
Fix comment with bad interpreted char
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
@@ -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);