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

    https://github.com/apache/stratos/pull/277#discussion_r27852638
  
    --- Diff: 
components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/applications/parser/DefaultApplicationParser.java
 ---
    @@ -378,13 +374,13 @@ private Application 
buildCompositeAppStructure(ApplicationContext applicationCon
     
                 // get hostname and cluster id
                 ClusterInformation clusterInfo;
    -            if (cartridgeInfo.getMultiTenant()) {
    +            if (cartridge.getMultiTenant()) {
    --- End diff --
    
    This line would have made much sense if the getter was renamed to something 
like "isMultiTenant" or something, I believe. 


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