diff options
author | ajay priyadarshi <ajay.priyadarshi@ril.com> | 2018-02-16 16:30:47 +0530 |
---|---|---|
committer | ajay priyadarshi <ajay.priyadarshi@ril.com> | 2018-02-23 17:51:26 +0530 |
commit | 9c1b55281f7c214aae403a62e59e2daeb96aa6a2 (patch) | |
tree | 0d9ef85be476cea87799c39c5f7aa4f0c1a3b7e2 /nokia/vnfmdriver | |
parent | 95d1737d2466c9439b504c595e46ea251bb74368 (diff) |
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 <ajay.priyadarshi@ril.com>
Diffstat (limited to 'nokia/vnfmdriver')
-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 { } } + |