From 5c45475bd5758dfad1320491a407b667e11f1f85 Mon Sep 17 00:00:00 2001 From: "Philippe Bruhat (BooK)" Date: Thu, 8 Jun 2017 11:22:12 +0200 Subject: [PATCH] Fix typo --- .../apache/oozie/command/coord/CoordActionCheckXCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/org/apache/oozie/command/coord/CoordActionCheckXCommand.java b/core/src/main/java/org/apache/oozie/command/coord/CoordActionCheckXCommand.java index 026ad6c21..f5e05acbb 100644 --- a/core/src/main/java/org/apache/oozie/command/coord/CoordActionCheckXCommand.java +++ b/core/src/main/java/org/apache/oozie/command/coord/CoordActionCheckXCommand.java @@ -85,7 +85,7 @@ protected Void execute() throws CommandException { } } - LOG.debug("Updating Coordintaor actionId :" + coordAction.getId() + "status to =" + LOG.debug("Updating Coordinator actionId :" + coordAction.getId() + "status to =" + coordAction.getStatus()); coordAction.setLastModifiedTime(new Date()); jpaService.execute(new org.apache.oozie.executor.jpa.CoordActionUpdateJPAExecutor(coordAction));