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

    https://github.com/apache/cloudstack/pull/801#discussion_r43052957
  
    --- Diff: 
plugins/network-elements/nuage-vsp/src/com/cloud/network/manager/NuageVspManagerImpl.java
 ---
    @@ -348,6 +866,6 @@ public String getConfigComponentName() {
     
         @Override
         public ConfigKey<?>[] getConfigKeys() {
    -        return new ConfigKey<?>[] {NuageVspSyncWorkers, 
NuageVspSyncInterval};
    +        return NUAGE_VSP_CONFIG_KEYS;
    --- End diff --
    
    Perform an ``Arrays.copyOf()`` before returning ``NUAGE_VSP_CONFIG_KEYS`` 
to preventing side effects in the event a subsequent user attempts to modify 
the array. 


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