Repository: incubator-reef Updated Branches: refs/heads/master 5d5771456 -> 429dc5e07
[REEF-349] Fix typo in comment of SchedulerHttpHandler.onHttpRequest This fixes a typo in comment of SchedulerHttpHandler.onHttpRequest  JIRA: [REEF-349] Fix typo in comment of SchedulerHttpHandler.onHttpRequest  Pull Request: Closes #194  Author: Geon Woo Kim ([email protected]) Project: http://git-wip-us.apache.org/repos/asf/incubator-reef/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-reef/commit/429dc5e0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-reef/tree/429dc5e0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-reef/diff/429dc5e0 Branch: refs/heads/master Commit: 429dc5e0782869d5865467084f281b927b96092a Parents: 5d57714 Author: Kim_Geon_Woo <[email protected]> Authored: Thu May 28 17:36:47 2015 +0900 Committer: John Yang <[email protected]> Committed: Thu May 28 17:52:07 2015 +0900 ---------------------------------------------------------------------- .../org/apache/reef/examples/scheduler/SchedulerHttpHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/429dc5e0/lang/java/reef-examples/src/main/java/org/apache/reef/examples/scheduler/SchedulerHttpHandler.java ---------------------------------------------------------------------- diff --git a/lang/java/reef-examples/src/main/java/org/apache/reef/examples/scheduler/SchedulerHttpHandler.java b/lang/java/reef-examples/src/main/java/org/apache/reef/examples/scheduler/SchedulerHttpHandler.java index c2f6090..071057e 100644 --- a/lang/java/reef-examples/src/main/java/org/apache/reef/examples/scheduler/SchedulerHttpHandler.java +++ b/lang/java/reef-examples/src/main/java/org/apache/reef/examples/scheduler/SchedulerHttpHandler.java @@ -61,7 +61,7 @@ final class SchedulerHttpHandler implements HttpHandler { * /status?id={id} to query the status of such a task, given id * /submit?cmd={cmd} to submit a Task, which returns its id * /cancel?id={id} to cancel the task's execution - * /num-eval?num={num} to set the maximum number of evaluators + * /max-eval?num={num} to set the maximum number of evaluators * /clear to clear the waiting queue */ @Override
