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

kenneth_suter
02.38.2007 8a4435e154a3307e0602fe359f8f1210c183af73
opendj-sdk/opends/src/server/org/opends/server/backends/task/Task.java
@@ -351,7 +351,7 @@
      failedDependencyAction = FailedDependencyAction.fromString(actionString);
      if (failedDependencyAction == null)
      {
        failedDependencyAction = FailedDependencyAction.CANCEL;
        failedDependencyAction = FailedDependencyAction.defaultValue();
      }
    }