diff options
author | Sangalang, Felix (fs7692) <fs7692@att.com> | 2018-04-02 15:43:41 -0700 |
---|---|---|
committer | Sangalang, Felix (fs7692) <fs7692@att.com> | 2018-04-02 15:43:41 -0700 |
commit | a4c9b853dd970cfe093250d232feca72af47e74e (patch) | |
tree | cd0fd09fe03406190600b47ef875d118f4d60f86 | |
parent | dfdc44b58b722478079cc458231558409c8d13f0 (diff) |
Add junit for HeaderUtil java
Add junit for HeaderUtil java
Issue-ID: SO-556
Change-Id: Ia6ff8fde5a3689dd8fa46a13fcebc5a01d57d0d7
Change-Id: Ia6ff8fde5a3689dd8fa46a13fcebc5a01d57d0d7
Signed-off-by: Sangalang, Felix (fs7692) <fs7692@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 5058bf8707..4a26b238ee 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. |