Fixed sonar issue in JsonSelect 23/73923/2
authorezhil <ezhrajam@in.ibm.com>
Thu, 29 Nov 2018 13:21:02 +0000 (18:51 +0530)
committerEzhilarasi R <ezhrajam@in.ibm.com>
Thu, 29 Nov 2018 13:44:37 +0000 (13:44 +0000)
Fixed logger issue
Issue-ID: MUSIC-214
Change-Id: I501cc357e81bafc1377b3bc3e9913a03ed000ba0
Signed-off-by: ezhil <ezhrajam@in.ibm.com>
src/main/java/org/onap/music/datastore/jsonobjects/JsonSelect.java

index ef56c5d..73237cd 100644 (file)
@@ -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();
     }