Sync Integ to Master
[sdc.git] / asdctool / src / main / java / org / openecomp / sdc / asdctool / migration / config / mocks / DistributionEngineClusterHealthMock.java
1 package org.openecomp.sdc.asdctool.migration.config.mocks;
2
3 import org.openecomp.sdc.be.components.distribution.engine.DistributionEngineClusterHealth;
4 import org.springframework.stereotype.Component;
5
6 @Component("distribution-engine-cluster-health")
7 public class DistributionEngineClusterHealthMock extends DistributionEngineClusterHealth {
8
9     @Override
10     protected void init() {
11     }
12
13     @Override
14     protected void destroy() {
15     }
16 }