Minor comment change
Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/f0b91a16 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/f0b91a16 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/f0b91a16 Branch: refs/heads/master Commit: f0b91a16a4353dc142aac9e81ee033b7c12f5c6a Parents: 1c974b8 Author: zhuol <[email protected]> Authored: Mon Feb 22 16:57:54 2016 -0600 Committer: zhuol <[email protected]> Committed: Mon Feb 22 16:57:54 2016 -0600 ---------------------------------------------------------------------- storm-core/src/jvm/org/apache/storm/ProcessSimulator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/f0b91a16/storm-core/src/jvm/org/apache/storm/ProcessSimulator.java ---------------------------------------------------------------------- diff --git a/storm-core/src/jvm/org/apache/storm/ProcessSimulator.java b/storm-core/src/jvm/org/apache/storm/ProcessSimulator.java index 10d737d..202df12 100644 --- a/storm-core/src/jvm/org/apache/storm/ProcessSimulator.java +++ b/storm-core/src/jvm/org/apache/storm/ProcessSimulator.java @@ -71,7 +71,7 @@ public class ProcessSimulator { } /** - * kill all processes + * Kill all processes */ public static void killAllProcesses() { Set<String> pids = processMap.keySet();
