From 9c1b55281f7c214aae403a62e59e2daeb96aa6a2 Mon Sep 17 00:00:00 2001 From: ajay priyadarshi Date: Fri, 16 Feb 2018 16:30:47 +0530 Subject: Stream Files handling CommonUtil.java driver/vnfm/svnfm/common/util/CommonUtil.java file name: CommonUtil.java Change-Id: Iae25e65e6c6a24549452cb36f4f0292abc577583 Issue-ID: VFC-765 Signed-off-by: ajay priyadarshi --- .../vfc/nfvo/driver/vnfm/svnfm/common/util/CommonUtil.java | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'nokia') diff --git a/nokia/vnfmdriver/vfcadaptorservice/vfcadaptor/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/common/util/CommonUtil.java b/nokia/vnfmdriver/vfcadaptorservice/vfcadaptor/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/common/util/CommonUtil.java index 18e8d778..47bb55f1 100644 --- a/nokia/vnfmdriver/vfcadaptorservice/vfcadaptor/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/common/util/CommonUtil.java +++ b/nokia/vnfmdriver/vfcadaptorservice/vfcadaptor/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/common/util/CommonUtil.java @@ -1,17 +1,18 @@ /* - * Copyright 2016-2017, Nokia Corporation + * Copyright 2016-2017, Nokia Corporation + * + * 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 * - * 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 - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * */ package org.onap.vfc.nfvo.driver.vnfm.svnfm.common.util; @@ -108,3 +109,4 @@ public final class CommonUtil { } } + -- cgit 1.2.3-korg