Formatting Code base with ktlint
[ccsdk/cds.git] / ms / sdclistener / application / src / main / java / org / onap / ccsdk / cds / sdclistener / SdcListenerConfiguration.java
index 06e2a03..686f0aa 100644 (file)
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.onap.ccsdk.cds.sdclistener;
 
-import java.util.List;
 import org.onap.sdc.api.consumer.IConfiguration;
 import org.springframework.beans.factory.annotation.Value;
 import org.springframework.boot.context.properties.ConfigurationProperties;
 
+import java.util.List;
+
 /**
  * In order to initiate a SDC distribution client we need to supply some pre-configuration values that
  * distribution client needs.
@@ -139,5 +141,6 @@ public class SdcListenerConfiguration implements IConfiguration {
     public Boolean isUseHttpsWithDmaap() {
         return isUseHttpsWithDmaap;
     }
+
 }