From 4c9570a7af8a5241372a22bf22993883e2a1dc75 Mon Sep 17 00:00:00 2001 From: subhash kumar singh Date: Fri, 9 Aug 2019 18:55:17 +0530 Subject: Remove unwanted semicolon Remove unwanted semicolon. Issue-ID: SO-2212 Signed-off-by: subhash kumar singh Change-Id: Iadffb2affff8597a8eb8258041b37cb8bf701f20 --- .../org/onap/so/bpmn/common/scripts/ExternalAPIUtilFactory.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpmn/MSOCommonBPMN/src/main/groovy') diff --git a/bpmn/MSOCommonBPMN/src/main/groovy/org/onap/so/bpmn/common/scripts/ExternalAPIUtilFactory.groovy b/bpmn/MSOCommonBPMN/src/main/groovy/org/onap/so/bpmn/common/scripts/ExternalAPIUtilFactory.groovy index e7f46464ee..549267eec1 100644 --- a/bpmn/MSOCommonBPMN/src/main/groovy/org/onap/so/bpmn/common/scripts/ExternalAPIUtilFactory.groovy +++ b/bpmn/MSOCommonBPMN/src/main/groovy/org/onap/so/bpmn/common/scripts/ExternalAPIUtilFactory.groovy @@ -4,7 +4,7 @@ * ================================================================================ * Copyright (C) 2018 Nokia. * ================================================================================ - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Apache License, Version 2.0 (the "License") * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * -- cgit 1.2.3-korg