Reduce technical debt 35/29535/1
authorPamela Dragosh <pdragosh@research.att.com>
Mon, 29 Jan 2018 16:59:40 +0000 (11:59 -0500)
committerPamela Dragosh <pdragosh@research.att.com>
Mon, 29 Jan 2018 18:30:49 +0000 (13:30 -0500)
Focusing on easy try-with-resources changes. Plus some other minor items.
I did not get all of them yet, as some have some heavy refactoring. These
try-with-resources seem to be fairly harmless.

* Utilize try-with-resources
* Remove unnecessary parenthesis
* Merging simple if statements
* Remove useless assignment
* Moving string literals to left hand side

Issue-ID: POLICY-482
Change-Id: If519ec8ea96f6b90bf82ac2676ffea9cd0cd2daf
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>

No differences found