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

kenneth_suter
25.05.2007 0e40373fc9d48de67b688ad0645ac58ece867300
Makes the behavior of specifying -t argument consistent when specifying either a future time or the magic '0' value indicating immediate execution.  In both of these cases not the utility will exit immediately after scheduling the task
1 files modified
2 ■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/tools/tasks/TaskTool.java 2 ●●● patch | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/tools/tasks/TaskTool.java
@@ -211,7 +211,7 @@
                          taskEntry.getScheduledStartTime()),
                  MAX_LINE_WIDTH));
        }
        if (!startArg.isPresent() || NOW.equals(startArg.getValue())) {
        if (!startArg.isPresent()) {
          // Poll the task printing log messages until finished
          String taskId = taskEntry.getId();