diff options
author | Felix Sangalang <fs7692@us.att.com> | 2018-04-02 16:06:36 -0700 |
---|---|---|
committer | Felix Sangalang <fs7692@us.att.com> | 2018-04-02 16:06:36 -0700 |
commit | 7c06aa382ee291a66af04f2900397a7b27836fc3 (patch) | |
tree | b16b45ea6b985c91346b9d1c5cd2909e3f00abb7 | |
parent | 301023b58cb36194b47384ca801a129ec0eda8fd (diff) |
Add junit HeaderUtil.java
package org.openecomp.mso.bpmn.infrastructure.
workflow.serviceTask.client
Issue-ID: SO-556
Change-Id: Ic4f8ce124fd2d45004d73af925a1cded6b985fda
Change-Id: Ic4f8ce124fd2d45004d73af925a1cded6b985fda
Signed-off-by: Felix Sangalang <fs7692@us.att.com>
-rw-r--r-- | bpmn/MSOInfrastructureBPMN/src/test/java/org/openecomp/mso/bpmn/infrastructure/workflow/serviceTask/client/HeaderUtilTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpmn/MSOInfrastructureBPMN/src/test/java/org/openecomp/mso/bpmn/infrastructure/workflow/serviceTask/client/HeaderUtilTest.java b/bpmn/MSOInfrastructureBPMN/src/test/java/org/openecomp/mso/bpmn/infrastructure/workflow/serviceTask/client/HeaderUtilTest.java index b861a79feb..ac7e8ffd16 100644 --- a/bpmn/MSOInfrastructureBPMN/src/test/java/org/openecomp/mso/bpmn/infrastructure/workflow/serviceTask/client/HeaderUtilTest.java +++ b/bpmn/MSOInfrastructureBPMN/src/test/java/org/openecomp/mso/bpmn/infrastructure/workflow/serviceTask/client/HeaderUtilTest.java @@ -2,7 +2,7 @@ * ============LICENSE_START======================================================= * ONAP - SO * ================================================================================ - * Copyright (C) 2018 AT&T Intellectual Property. All rights reserved. + * Copyright (C) 2018 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. |