Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ywang19 committed Apr 29, 2014
1 parent 6403444 commit 68c3943
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ private void queryTasks() {
TaskRegistry tasks = stageContext.getTaskRegistry();
List<Tasklet> tasklets = Tasklets.newQueriers(tasks);
executeTasklets(tasklets);
LOGGER.info("successfully queied all tasks in stage {}", id);
LOGGER.info("successfully queried all tasks in stage {}", id);
}

private void closeTasks() {
Expand Down

0 comments on commit 68c3943

Please sign in to comment.