From: ezhil Date: Tue, 27 Nov 2018 11:35:37 +0000 (+0530) Subject: Fixed Sonar issue in FileRecorder X-Git-Tag: 1.0.4~9^2~178^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=f2a8be2ff5e94c1d0f008cc61be38d14597d3538;p=ccsdk%2Fsli.git Fixed Sonar issue in FileRecorder Removed unused imports Issue-ID: CCSDK-755 Change-Id: I1e303a0490e0da0f1ca998197524d4400ad80eb5 Signed-off-by: ezhil --- diff --git a/sli/recording/src/main/java/org/onap/ccsdk/sli/core/sli/recording/FileRecorder.java b/sli/recording/src/main/java/org/onap/ccsdk/sli/core/sli/recording/FileRecorder.java index ac3dbd2a9..37e4fe877 100644 --- a/sli/recording/src/main/java/org/onap/ccsdk/sli/core/sli/recording/FileRecorder.java +++ b/sli/recording/src/main/java/org/onap/ccsdk/sli/core/sli/recording/FileRecorder.java @@ -5,6 +5,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 @@ -24,7 +26,6 @@ package org.onap.ccsdk.sli.core.sli.recording; import java.io.File; import java.io.FileWriter; import java.io.PrintWriter; -import java.io.IOException; import java.text.DateFormat; import java.text.SimpleDateFormat; import java.util.Date;