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

    https://github.com/apache/cloudstack/pull/1489#discussion_r60879938
  
    --- Diff: utils/src/main/java/com/cloud/utils/PropertiesUtil.java ---
    @@ -34,6 +34,10 @@
     public class PropertiesUtil {
         private static final Logger s_logger = 
Logger.getLogger(PropertiesUtil.class);
     
    +    public static String getDefaultApiCommandsFileName() {
    +        return "commands.properties";
    +    }
    --- End diff --
    
    commands.properties is consumed by server, plugins/acl/static-role-based 
and engine/schema packages. I'm keeping it this way so it can be consumed by 
all these packages, as utils is used by all and PropertiesUtils is a utility 
class to manage .properties files


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