David Pursehouse 21e277760e Use Java 7 try-with-resources in InitPluginStepsLoader
The try-with-resources statement ensures that the created resources
are always closed.  Thus we can remove the suppression of Eclipse's
warnings about unclosed resources.

Change-Id: Ib20620d35e2b18fd061f6b1ea4d97eb9a00003bc
2014-02-25 00:10:57 +09:00
..