Use Integer.toString for type conversion 05/14205/1
authorsurya-huawei <a.u.surya@huawei.com>
Thu, 21 Sep 2017 10:25:14 +0000 (15:55 +0530)
committersurya-huawei <a.u.surya@huawei.com>
Thu, 21 Sep 2017 10:31:36 +0000 (16:01 +0530)
commitb5603e3052857610ac4ee677bbe5164af3e8d520
tree210b92672766be97f9523e40fabc9717cce72c1e
parent0fcab42b8e88f081b66a1817c96085a46100657d
Use Integer.toString for type conversion

*Used Integer.toString instead of implicit type conversion
This is done to make use of static and reduce cycles
*Removed one unused import
*Removed unnecessary parantheses
Sometimes useless parantheses can be misleading hence removed

Issue-Id: CCSDK-87
Change-Id: I23f56cb7c5a6dafa79f64d5cd8faa0994f0ff288
Signed-off-by: surya-huawei <a.u.surya@huawei.com>
dmaap-listener/src/main/java/org/onap/ccsdk/sli/northbound/dmaapclient/SdncOdlConnection.java