diff options
author | ezhil <ezhrajam@in.ibm.com> | 2018-11-29 18:51:02 +0530 |
---|---|---|
committer | Ezhilarasi R <ezhrajam@in.ibm.com> | 2018-11-29 13:44:37 +0000 |
commit | 3ea0ea3f86438ffa43a51452699a380be0672eea (patch) | |
tree | 6211367618269c18886087fe60bc4f329c282a9b /src/main/java/org | |
parent | 18b941b5bae216c8edf17fce355569911266dfdc (diff) |
Fixed sonar issue in JsonSelect
Fixed logger issue
Issue-ID: MUSIC-214
Change-Id: I501cc357e81bafc1377b3bc3e9913a03ed000ba0
Signed-off-by: ezhil <ezhrajam@in.ibm.com>
Diffstat (limited to 'src/main/java/org')
-rw-r--r-- | src/main/java/org/onap/music/datastore/jsonobjects/JsonSelect.java | 2 |
1 files changed, 1 insertions, 1 deletions
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(); } |