Shmuel Leib Melamud has uploaded a new change for review. Change subject: core: Typo in ExecutionHandler.modifyContextForIntenralJob() method name ......................................................................
core: Typo in ExecutionHandler.modifyContextForIntenralJob() method name Renamed ExecutionHandler.modifyContextForIntenralJob() -> modifyContextForInternalJob(). Change-Id: Ifda54fdd931869c5ca0506b46cb82466e3968e45 Signed-off-by: Shmuel Melamud <smela...@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/job/ExecutionHandler.java 1 file changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/51/40051/1 diff --git a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/job/ExecutionHandler.java b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/job/ExecutionHandler.java index 197954b..c675102e 100644 --- a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/job/ExecutionHandler.java +++ b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/job/ExecutionHandler.java @@ -526,14 +526,14 @@ * @return an execution context as a Job */ public static CommandContext createInternalJobContext(EngineLock lock) { - return modifyContextForIntenralJob(new CommandContext(new EngineContext()), lock); + return modifyContextForInternalJob(new CommandContext(new EngineContext()), lock); } public static CommandContext createInternalJobContext(CommandContext commandContext, EngineLock lock) { - return modifyContextForIntenralJob(commandContext.clone(), lock); + return modifyContextForInternalJob(commandContext.clone(), lock); } - private static CommandContext modifyContextForIntenralJob(CommandContext returnedContext, EngineLock lock) { + private static CommandContext modifyContextForInternalJob(CommandContext returnedContext, EngineLock lock) { return returnedContext .withExecutionContext(createMonitoredExecutionContext()) .withLock(lock) -- To view, visit https://gerrit.ovirt.org/40051 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ifda54fdd931869c5ca0506b46cb82466e3968e45 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Shmuel Leib Melamud <smela...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches