Github user DaanHoogland commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1191#discussion_r47435856 --- Diff: server/test/org/apache/cloudstack/networkoffering/MockUsageEventEmitter.java --- @@ -0,0 +1,134 @@ +package org.apache.cloudstack.networkoffering; + +import java.util.Map; + +import com.cloud.event.UsageEventEmitter; + +public class MockUsageEventEmitter implements UsageEventEmitter { + + @Override + public void publishUsageEvent(String paramString1, long paramLong1, + long paramLong2, long paramLong3, String paramString2, + Long paramLong4, Long paramLong5, Long paramLong6, + String paramString3, String paramString4) { + // TODO Auto-generated method stub --- End diff -- this (type of) comment can be removed
--- 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. ---