Repository: incubator-brooklyn Updated Branches: refs/heads/master b264fc98a -> 3922b0ef9
Fix javadoc typo in SshTool Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/f8c76736 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/f8c76736 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/f8c76736 Branch: refs/heads/master Commit: f8c7673604ebc572f3eb3bb01d0dfe53a954c8e6 Parents: 42c1113 Author: Aled Sage <[email protected]> Authored: Wed Nov 18 15:33:22 2015 +0000 Committer: Aled Sage <[email protected]> Committed: Wed Nov 18 22:05:45 2015 +0000 ---------------------------------------------------------------------- .../java/org/apache/brooklyn/util/core/internal/ssh/SshTool.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/f8c76736/core/src/main/java/org/apache/brooklyn/util/core/internal/ssh/SshTool.java ---------------------------------------------------------------------- diff --git a/core/src/main/java/org/apache/brooklyn/util/core/internal/ssh/SshTool.java b/core/src/main/java/org/apache/brooklyn/util/core/internal/ssh/SshTool.java index df3947f..ee1a626 100644 --- a/core/src/main/java/org/apache/brooklyn/util/core/internal/ssh/SshTool.java +++ b/core/src/main/java/org/apache/brooklyn/util/core/internal/ssh/SshTool.java @@ -46,7 +46,7 @@ import org.apache.brooklyn.util.time.Duration; public interface SshTool extends ShellTool { /** Public-facing global config keys for Brooklyn are defined in ConfigKeys, - * and have this prefix pre-prended to the config keys in this class. + * and have this prefix prepended to the config keys in this class. * These keys are detected from entity/global config and automatically applied to ssh executions. */ public static final String BROOKLYN_CONFIG_KEY_PREFIX = "brooklyn.ssh.config.";
