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

Jean-Noel Rouvignac
17.27.2014 336216b4c92152c238c15eec5dae83cb69cd28d1
opendj3-server-dev/src/server/org/opends/server/plugins/SevenBitCleanPlugin.java
@@ -286,7 +286,7 @@
    {
      for (RawModification m : modifyOperation.getRawModifications())
      {
        switch (m.getModificationType())
        switch (m.getModificationType().asEnum())
        {
          case ADD:
          case REPLACE: