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

Jean-Noel Rouvignac
17.27.2014 336216b4c92152c238c15eec5dae83cb69cd28d1
opendj3-server-dev/src/server/org/opends/server/loggers/TextAuditLogPublisher.java
@@ -461,7 +461,7 @@
        buffer.append(EOL);
      }
      switch (mod.getModificationType())
      switch (mod.getModificationType().asEnum())
      {
      case ADD:
        buffer.append("add: ");