diff options
author | Yan Yang <yangyanyj@chinamobile.com> | 2018-03-02 06:44:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-02 06:44:23 +0000 |
commit | c78cec3b24300037bcdd447328d516700182eab9 (patch) | |
tree | d54608f3aed355107dd136537ce3b86d849ac429 /nokia/vnfmdriver/vfcadaptorservice | |
parent | 4528aa442cbb504ed19949c7d409af8b04b6136d (diff) | |
parent | 9c1b55281f7c214aae403a62e59e2daeb96aa6a2 (diff) |
Merge "Stream Files handling CommonUtil.java"
Diffstat (limited to 'nokia/vnfmdriver/vfcadaptorservice')
-rw-r--r-- | nokia/vnfmdriver/vfcadaptorservice/vfcadaptor/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/common/util/CommonUtil.java | 14 |
1 files changed, 8 insertions, 6 deletions
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 { } } + |