re base code
[sdc.git] / catalog-be / src / main / java / org / openecomp / sdc / be / components / merge / ComponentsGlobalMergeCommand.java
1 package org.openecomp.sdc.be.components.merge;
2
3 /**
4  * A command to be executed upon csar update in case new csar topology was changed with respect to previous csar
5  */
6 public interface ComponentsGlobalMergeCommand extends ComponentsMergeCommand {
7 }