Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1371#discussion_r62782148 --- Diff: server/src/com/cloud/network/vpc/VpcManagerImpl.java --- @@ -501,7 +517,7 @@ private void validateConnectivtyServiceCapabilities(final Set<Provider> provider final Iterator iter = serviceCapabilityCollection.iterator(); while (iter.hasNext()) { - final HashMap<String, String> svcCapabilityMap = (HashMap<String, String>) iter.next(); + final HashMap<String, String> svcCapabilityMap = (HashMap<String, String>)iter.next(); --- End diff -- Please type to the ``Map`` interface rather than ``HashMap`` to reduce coupling.
--- 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. ---