diff options
author | Thomas Nelson <nelson24@att.com> | 2018-12-06 15:45:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-12-06 15:45:31 +0000 |
commit | d7b4630ba0f0f5f536b408e7d3125d1068c1fb35 (patch) | |
tree | 7df39ea7090bdd70f3bcff25482b185d494e0685 /src | |
parent | da0a75b651775ea96fe223e049fa9ff2e005b288 (diff) | |
parent | 3ea0ea3f86438ffa43a51452699a380be0672eea (diff) |
Merge "Fixed sonar issue in JsonSelect"
Diffstat (limited to 'src')
-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(); } |