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

    https://github.com/apache/brooklyn-server/pull/358#discussion_r81333940
  
    --- Diff: 
core/src/main/java/org/apache/brooklyn/core/config/BasicConfigKey.java ---
    @@ -422,15 +422,15 @@ public BasicConfigKeyOverwriting(Builder<T,?> 
builder, ConfigKey<T> parent) {
                 parentKey = parent;
                 Preconditions.checkArgument(Objects.equal(builder.name, 
parent.getName()), "Builder must use key of the same name.");
             }
    -        
    +
             public BasicConfigKeyOverwriting(ConfigKey<T> key, T defaultValue) 
{
                 this(builder(key).defaultValue(defaultValue), key);
             }
    -        
    +
             public BasicConfigKeyOverwriting(ConfigKey<T> key, String 
newDescription, T defaultValue) {
                 
this(builder(key).description(newDescription).defaultValue(defaultValue), key);
             }
    -        
    +
    --- End diff --
    
    No non-white space changes in the file, can you remove from the change set.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to