From 206c2d96a4ada3d60e68ac67539925fe5baa545b Mon Sep 17 00:00:00 2001 From: Jegadeesh Babu Date: Thu, 21 Feb 2019 19:27:41 +0530 Subject: Removed prinstackTrace Sonar fix Issue-ID: APPC-1475 Change-Id: I0330868328589dded0db6afa7ae2fe75f0b6ada0 Signed-off-by: Jegadeesh Babu --- .../provider/src/main/java/org/onap/appc/ccadaptor/DebugLog.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appc-config/appc-config-adaptor/provider/src/main/java/org/onap/appc/ccadaptor/DebugLog.java b/appc-config/appc-config-adaptor/provider/src/main/java/org/onap/appc/ccadaptor/DebugLog.java index 18fcc8413..a345a114e 100644 --- a/appc-config/appc-config-adaptor/provider/src/main/java/org/onap/appc/ccadaptor/DebugLog.java +++ b/appc-config/appc-config-adaptor/provider/src/main/java/org/onap/appc/ccadaptor/DebugLog.java @@ -6,6 +6,8 @@ * ================================================================================ * Copyright (C) 2017 Amdocs * ============================================================================= + * Modifications Copyright (C) 2019 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 @@ -75,8 +77,6 @@ public class DebugLog { } } catch (IOException e) { DebugLog.printRTAriDebug(fn, "writeToFile() exception: " + e); - //System.err.println("writeToFile() exception: " + e); - e.printStackTrace(); } } -- cgit 1.2.3-korg