Skip to content

Commit

Permalink
Fix javadoc typo in SshTool
Browse files Browse the repository at this point in the history
  • Loading branch information
aledsage committed Nov 18, 2015
1 parent 42c1113 commit f8c7673
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
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.";

Expand Down

0 comments on commit f8c7673

Please sign in to comment.