summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/att
AgeCommit message (Collapse)AuthorFilesLines
2017-09-13Fix NullPointerException caused by null log objectLee, Tian (tl5884)1-0/+2
Only two of the three constructors in MRBaseClient class actually initialises the fLog object. When the one that doesn't is invoked, any invokations of the logger in the class and its sub-classes will result in a NullPointerException. Change-Id: I112e932f22679b190dc03d00dc8d7341f8a24aa4 Issue-Id: DMAAP-132 Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
2017-08-31Revert package name changesVarun Gudisena45-0/+7457
Reverted package name changes to avoid any potential issues. Renamed maven group id only. Issue-id: DMAAP-74 Change-Id: I36c2aef063050c265640b79e6dc0e8ab7add8d22 Signed-off-by: Varun Gudisena <vg411h@att.com>