From: ezhil Date: Thu, 29 Nov 2018 13:21:02 +0000 (+0530) Subject: Fixed sonar issue in JsonSelect X-Git-Tag: 2.5.8~77^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=music.git;a=commitdiff_plain;h=3ea0ea3f86438ffa43a51452699a380be0672eea Fixed sonar issue in JsonSelect Fixed logger issue Issue-ID: MUSIC-214 Change-Id: I501cc357e81bafc1377b3bc3e9913a03ed000ba0 Signed-off-by: ezhil --- 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(); }