aboutsummaryrefslogtreecommitdiffstats
path: root/src/main
diff options
context:
space:
mode:
authorvarun gudisena <varuneshwar.gudisena@att.com>2019-01-22 18:55:05 +0000
committerGerrit Code Review <gerrit@onap.org>2019-01-22 18:55:05 +0000
commitf633d09a8006467fb94f0fe9e44133f5c36434f0 (patch)
tree3ae3ed98660fb1f3cb43dd4a34417b2160014fc7 /src/main
parent2023a02a1325cd710079e72b8369fa1bbea666cc (diff)
parentb8fcf622dc2d470a30a29f263d1de63db1396b81 (diff)
Merge "Use a logger to log this exception-AafConnection"
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/org/onap/dmaap/dbcapi/aaf/AafConnection.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/java/org/onap/dmaap/dbcapi/aaf/AafConnection.java b/src/main/java/org/onap/dmaap/dbcapi/aaf/AafConnection.java
index 1d7b273..e22290a 100644
--- a/src/main/java/org/onap/dmaap/dbcapi/aaf/AafConnection.java
+++ b/src/main/java/org/onap/dmaap/dbcapi/aaf/AafConnection.java
@@ -3,6 +3,8 @@
* org.onap.dmaap
* ================================================================================
* Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
+ *
+ * Modifications Copyright (C) 2019 IBM.
* ================================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -79,7 +81,6 @@ public class AafConnection extends BaseLoggingClass {
} catch (Exception e) {
logger.error("Error", e);
errorLogger.error(DmaapbcLogMessageEnum.HTTP_CONNECTION_ERROR, pURL, e.getMessage());
- e.printStackTrace();
return(false);
}