#54 - Use Stream with try-with-resources.

Tweaked the integration test to use the Stream returned by the repository within a try-with-resources clause so that it gets closed correctly.
This commit is contained in:
Oliver Gierke
2015-03-08 12:54:58 +01:00
parent 966d3c9e44
commit 49df9468b5
2 changed files with 8 additions and 2 deletions

View File

@@ -26,4 +26,4 @@
</dependencies>
</project>
</project>