From 3ea0ea3f86438ffa43a51452699a380be0672eea Mon Sep 17 00:00:00 2001 From: ezhil Date: Thu, 29 Nov 2018 18:51:02 +0530 Subject: Fixed sonar issue in JsonSelect Fixed logger issue Issue-ID: MUSIC-214 Change-Id: I501cc357e81bafc1377b3bc3e9913a03ed000ba0 Signed-off-by: ezhil --- src/main/java/org/onap/music/datastore/jsonobjects/JsonSelect.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/onap/music/datastore/jsonobjects/JsonSelect.java b/src/main/java/org/onap/music/datastore/jsonobjects/JsonSelect.java index ef56c5de..73237cd2 100644 --- a/src/main/java/org/onap/music/datastore/jsonobjects/JsonSelect.java +++ b/src/main/java/org/onap/music/datastore/jsonobjects/JsonSelect.java @@ -3,6 +3,7 @@ * org.onap.music * =================================================================== * Copyright (c) 2017 AT&T Intellectual Property + * 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. @@ -52,7 +53,6 @@ public class JsonSelect implements Serializable { } catch (IOException e) { // TODO Auto-generated catch block logger.error("Error", e); - e.printStackTrace(); } return bos.toByteArray(); } -- cgit 1.2.3-korg