Repository: camel Updated Branches: refs/heads/camel-2.12.x 6c5d4cc69 -> 2da8fa965
[CAMEL-7261] camel:context-stop. Information in command description. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/2da8fa96 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/2da8fa96 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/2da8fa96 Branch: refs/heads/camel-2.12.x Commit: 2da8fa965e557ac09ebb759c4f9dc9a404e6eb45 Parents: 6c5d4cc Author: Grzegorz Grzybek <[email protected]> Authored: Wed Mar 5 14:34:19 2014 +0100 Committer: Claus Ibsen <[email protected]> Committed: Wed Mar 5 15:25:05 2014 +0100 ---------------------------------------------------------------------- .../src/main/java/org/apache/camel/karaf/commands/ContextStop.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/2da8fa96/platforms/karaf/commands/src/main/java/org/apache/camel/karaf/commands/ContextStop.java ---------------------------------------------------------------------- diff --git a/platforms/karaf/commands/src/main/java/org/apache/camel/karaf/commands/ContextStop.java b/platforms/karaf/commands/src/main/java/org/apache/camel/karaf/commands/ContextStop.java index 6e46f2e..303c388 100644 --- a/platforms/karaf/commands/src/main/java/org/apache/camel/karaf/commands/ContextStop.java +++ b/platforms/karaf/commands/src/main/java/org/apache/camel/karaf/commands/ContextStop.java @@ -22,7 +22,7 @@ import org.apache.felix.gogo.commands.Command; /** * Command to stop a Camel context. */ -@Command(scope = "camel", name = "context-stop", description = "Stop a Camel context.") +@Command(scope = "camel", name = "context-stop", description = "Stop a Camel context. It becomes unavailable and can not be started again.") public class ContextStop extends AbstractContextCommand { @Override
