fixed sonar issue in MSOVfcApplication.java 61/65061/3
authorSandeep J <sandeejh@in.ibm.com>
Thu, 6 Sep 2018 18:56:31 +0000 (00:26 +0530)
committerByung-Woo Jun <byung-woo.jun@ericsson.com>
Mon, 10 Sep 2018 02:20:10 +0000 (02:20 +0000)
fixed sonar issue as detailed in SO-990

Issue-ID: SO-990
Change-Id: Ie27a1040d64b53b699a14cae95e5641a70c18ec0
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
adapters/mso-vfc-adapter/src/main/java/org/onap/so/adapters/vfc/MSOVfcApplication.java

index 5bb83a7..6ff6ec9 100644 (file)
@@ -4,6 +4,8 @@
  * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
  * ================================================================================
+ * Modifications Copyright (C) 2018 IBM.
+ * ================================================================================
  * 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
  * ============LICENSE_END=========================================================
  */
 
-package org.onap.so.adapters.vfc;
+package org.onap.so.adapters.vfc; 
 
 
 import org.springframework.boot.SpringApplication;
 import org.springframework.boot.autoconfigure.SpringBootApplication;
-import org.springframework.boot.autoconfigure.domain.EntityScan;
-import org.springframework.context.annotation.ComponentScan;
-import org.springframework.data.jpa.repository.config.EnableJpaRepositories;