Skip to content
Snippets Groups Projects

MR: issue_30 to develop

Merged trantzas requested to merge issue_30 into develop
2 files
+ 18
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -67,6 +67,11 @@ public class ProcessCreateServiceRules implements JavaDelegate {
return;
}
if ( spec == null) {
logger.debug("\tCannot retrieve ServiceSpec:" + contextServiceSpecId);
return;
}
/*
* first find all referenced ServiceSpecs of a ServiceSpec to be created
Loading