Stream Files handling CommonUtil.java 41/31941/4
authorajay priyadarshi <ajay.priyadarshi@ril.com>
Fri, 16 Feb 2018 11:00:47 +0000 (16:30 +0530)
committerajay priyadarshi <ajay.priyadarshi@ril.com>
Fri, 23 Feb 2018 12:21:26 +0000 (17:51 +0530)
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>
nokia/vnfmdriver/vfcadaptorservice/vfcadaptor/src/main/java/org/onap/vfc/nfvo/driver/vnfm/svnfm/common/util/CommonUtil.java

index 18e8d77..47bb55f 100644 (file)
@@ -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 {
     }  
  
 }
+