Github user rdowner commented on a diff in the pull request:

    https://github.com/apache/incubator-brooklyn/pull/476#discussion_r23845528
  
    --- Diff: 
core/src/main/java/brooklyn/location/basic/SshMachineLocation.java ---
    @@ -216,6 +217,13 @@ public String apply(HasConfigKey<?> input) {
                     }
                 }));
     
    +    /**
    +     * The set of config keys on this location which become default values 
for properties when invoking an SSH
    +     * operation.
    +     */
    +    public static final Set<ConfigKey<?>> SSH_CONFIG_GIVEN_TO_PROPS = 
ImmutableSet.<ConfigKey<?>>of(
    --- End diff --
    
    Good question. I thought it should be `private` but then I saw that similar 
fields were `public` so I went with that. `@Beta` sounds like a good idea 
though.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to