You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@twill.apache.org by ch...@apache.org on 2015/07/24 20:29:53 UTC

[19/25] incubator-twill git commit: Follow up fix for the TWILL-116 PR to update the comments for constants used in restart commands.

Follow up fix for the TWILL-116 PR to update the comments for constants used in restart commands.

This closes #54 on GitHub.

Signed-off-by: Terence Yim <ch...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-twill/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-twill/commit/9495e300
Tree: http://git-wip-us.apache.org/repos/asf/incubator-twill/tree/9495e300
Diff: http://git-wip-us.apache.org/repos/asf/incubator-twill/diff/9495e300

Branch: refs/heads/site
Commit: 9495e300f2d4ddc01d6960ff6392eac950f18a78
Parents: 3a0f6e1
Author: hsaputra <hs...@apache.org>
Authored: Tue Jul 14 10:52:18 2015 -0700
Committer: Terence Yim <ch...@apache.org>
Committed: Tue Jul 14 18:04:06 2015 -0700

----------------------------------------------------------------------
 twill-core/src/main/java/org/apache/twill/internal/Constants.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-twill/blob/9495e300/twill-core/src/main/java/org/apache/twill/internal/Constants.java
----------------------------------------------------------------------
diff --git a/twill-core/src/main/java/org/apache/twill/internal/Constants.java b/twill-core/src/main/java/org/apache/twill/internal/Constants.java
index e3a2194..defd013 100644
--- a/twill-core/src/main/java/org/apache/twill/internal/Constants.java
+++ b/twill-core/src/main/java/org/apache/twill/internal/Constants.java
@@ -48,7 +48,7 @@ public final class Constants {
   public static final String CLASSPATH = "classpath";
   public static final String APPLICATION_CLASSPATH = "application-classpath";
 
-  /** For runnables instance lifecycle ZK path */
+  /** Command names for the restart runnable instances. */
   public static final String RESTART_ALL_RUNNABLE_INSTANCES = "restartAllRunnableInstances";
   public static final String RESTART_RUNNABLES_INSTANCES = "restartRunnablesInstances";