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

    https://github.com/apache/brooklyn-server/pull/173#discussion_r65536466
  
    --- Diff: 
utils/common/src/main/java/org/apache/brooklyn/config/ConfigInheritance.java ---
    @@ -20,31 +20,60 @@
     
     import java.io.Serializable;
     
    +import org.apache.brooklyn.util.text.Strings;
    +
     import com.google.common.annotations.Beta;
     
     @SuppressWarnings("serial")
     public abstract class ConfigInheritance implements Serializable {
     
    -    public static final ConfigInheritance ALWAYS = new Always();
    +    public enum InheritanceMode {
    --- End diff --
    
    Agreed. If we went back in time to review the very first pull request, then 
I'd change it to be simpler (rather than context-dependent behaviour). But now 
that we have the code, let's keep it "just in case".


---
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