Merge "Reorder modifiers"
[so.git] / bpmn / MSOInfrastructureBPMN / src / test / java / org / openecomp / mso / bpmn / infrastructure / DoCreateSIRollbackTest.java
index f2c9680..8a6c61c 100644 (file)
@@ -1,3 +1,23 @@
+/*-\r
+ * ============LICENSE_START=======================================================\r
+ * ONAP - SO\r
+ * ================================================================================\r
+ * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.\r
+ * ================================================================================\r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ *\r
+ *      http://www.apache.org/licenses/LICENSE-2.0\r
+ *\r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ * ============LICENSE_END=========================================================\r
+ */\r
+\r
 package org.openecomp.mso.bpmn.infrastructure;\r
 \r
 import static org.junit.Assert.assertEquals;\r
@@ -64,7 +84,7 @@ public class DoCreateSIRollbackTest extends WorkflowTest {
                mockUpdateRequestDB(200, "DBUpdateResponse.xml");\r
                String businessKey = UUID.randomUUID().toString();\r
 \r
-               Map<String, Object> variables =  new HashMap<String, Object>();\r
+               Map<String, Object> variables = new HashMap<>();\r
                setupVariables(variables);\r
                invokeSubProcess("DoCreateServiceInstanceRollback", businessKey, variables);\r
                injectSDNCCallbacks(callbacks, "deactivate");\r
@@ -176,4 +196,4 @@ public class DoCreateSIRollbackTest extends WorkflowTest {
                variables.put("rollbackData",rollbackData);\r
                                \r
        }\r
-}
\ No newline at end of file
+}\r