Use try-with-resources 53/15453/1
authorsurya-huawei <a.u.surya@huawei.com>
Tue, 26 Sep 2017 10:42:10 +0000 (16:12 +0530)
committersurya-huawei <a.u.surya@huawei.com>
Tue, 26 Sep 2017 10:47:39 +0000 (16:17 +0530)
commitb66f9aae658bdb099cef166ba97acd923b87648c
tree240fc2eaa3fa39a17710498f95534034e1d968f4
parent00f6a9c613096e3d4623b8e8486992be727d92da
Use try-with-resources

*Replace try with try-with-resources
This is done to close resources automatically
and not worry about finally block
*Replace explicit type info with diamond operator
This is done to reduce verbosity of generics code

Issue-Id: SO-118
Change-Id: I948ffd26bfe6022496ca4a272de2619aef0dbd88
Signed-off-by: surya-huawei <a.u.surya@huawei.com>
bpmn/MSOCoreBPMN/src/main/java/org/openecomp/mso/bpmn/core/PropertyConfiguration.java