comments on BrooklynNode
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/99b9e19b Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/99b9e19b Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/99b9e19b Branch: refs/pull/1414/head Commit: 99b9e19bfbb406f30d1e6c05bcc52ccdc4acdc87 Parents: 37cf817 Author: Alex Heneveld <alex.henev...@cloudsoftcorp.com> Authored: Wed May 21 09:28:07 2014 -0600 Committer: Alex Heneveld <alex.henev...@cloudsoftcorp.com> Committed: Fri May 23 10:35:45 2014 -0600 ---------------------------------------------------------------------- .../src/main/java/brooklyn/entity/brooklynnode/BrooklynNode.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/99b9e19b/software/base/src/main/java/brooklyn/entity/brooklynnode/BrooklynNode.java ---------------------------------------------------------------------- diff --git a/software/base/src/main/java/brooklyn/entity/brooklynnode/BrooklynNode.java b/software/base/src/main/java/brooklyn/entity/brooklynnode/BrooklynNode.java index f582820..cb21307 100644 --- a/software/base/src/main/java/brooklyn/entity/brooklynnode/BrooklynNode.java +++ b/software/base/src/main/java/brooklyn/entity/brooklynnode/BrooklynNode.java @@ -94,7 +94,8 @@ public interface BrooklynNode extends SoftwareProcess, UsesJava { @SetFromFlag("launchCommandCreatesPidFile") ConfigKey<Boolean> LAUNCH_COMMAND_CREATES_PID_FILE = ConfigKeys.newBooleanConfigKey("brooklynnode.launch.command.pid.updated", - "Whether the launch script creates/updates the PID file, if not the entity will do so", + "Whether the launch script creates/updates the PID file, if not the entity will do so, " + + "but note it will not necessarily kill sub-processes", true); @SetFromFlag("app")