You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2014/03/05 15:22:17 UTC

git commit: [CAMEL-7261] camel:context-stop. Information in command description.

Repository: camel
Updated Branches:
  refs/heads/master cf05fef34 -> 963ac1e45


[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/963ac1e4
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/963ac1e4
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/963ac1e4

Branch: refs/heads/master
Commit: 963ac1e45f0a84d8dec3336148e21c7eb8f370a2
Parents: cf05fef
Author: Grzegorz Grzybek <gr...@gmail.com>
Authored: Wed Mar 5 14:34:19 2014 +0100
Committer: Grzegorz Grzybek <gr...@gmail.com>
Committed: Wed Mar 5 14:34:19 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/963ac1e4/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