svn propchange: r1797742 - svn:log

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn propchange: r1797742 - svn:log

jleroux@apache.org
Author: jleroux
Revision: 1797742
Modified property: svn:log

Modified: svn:log at Tue Jun  6 07:57:36 2017
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Tue Jun  6 07:57:36 2017
@@ -5,4 +5,5 @@ This is an improvement only because no c
 case of unlucky exception after the Writer creation and before it's closed the
 Writer remains in memory.
 
-The solution is to use try-with-ressources when possible.
+The solution is to use try-with-ressources when possible, even when finally was
+used (no problems then).