Fix critical and major sonar violations
[aai/sparky-be.git] / sparkybe-onap-service / src / main / java / org / onap / aai / sparky / util / NodeUtils.java
index 7a9d0e0..b75fa91 100644 (file)
@@ -880,11 +880,7 @@ public class NodeUtils {
       throw ex;
     } finally {
       if (bufferedReader != null) {
-        try {
           bufferedReader.close();
-        } catch (IOException ex) {
-          throw ex;
-        }
       }
     }