Remove toString called on String object 45/18445/1
authorsurya-huawei <a.u.surya@huawei.com>
Thu, 12 Oct 2017 05:12:37 +0000 (10:42 +0530)
committersurya-huawei <a.u.surya@huawei.com>
Thu, 12 Oct 2017 05:17:32 +0000 (10:47 +0530)
commit9c72587e6a8303bf93586823907165ce9913a19f
tree00a9d8967d8b5ef7d65ce77d82f7222ed85ce22d
parent69afaf3212efcdbf90ed365a1b64e8f87765390b
Remove toString called on String object

*Removed toString on a string object
This is a redundant construction and saves keystrokes
*Replace type specification in constructor with diamond operator
This is to reduce verbosity of generics code

Issue-Id: CCSDK-117
Change-Id: I5669450e8b5364eb9b01831b26a77596adf6c21a
Signed-off-by: surya-huawei <a.u.surya@huawei.com>
aai-service/provider/src/main/java/org/onap/ccsdk/sli/adaptors/aai/AAIDeclarations.java