Sync Integ to Master
[sdc.git] / catalog-model / src / main / java / org / openecomp / sdc / be / model / TargetCapabilityRelDef.java
index 6a1fcac..8da4c11 100644 (file)
@@ -65,8 +65,7 @@ public class TargetCapabilityRelDef implements Serializable {
                return relationships;
        }
 
-
-       public CapabilityRequirementRelationship getSingleRelationship() {//currently only single relationship is supported
+       public CapabilityRequirementRelationship resolveSingleRelationship() {//currently only single relationship is supported
                return relationships == null || relationships.isEmpty() ? null : relationships.get(0);
        }