svn propchange: r1789737 - 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: r1789737 - svn:log

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

Modified: svn:log at Fri Mar 31 19:54:56 2017
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Fri Mar 31 19:54:56 2017
@@ -26,3 +26,8 @@ Enough for a refactor I'd say.
 
 I created a ModelActionUtil class where I extracted the method I used in the 3
 other classes.
+
+This also removes the swallowed exception that we had in ModelFormAction and
+ModelTreeAction, but not in ModelActionUtil from where I extracted the method.
+It's now consistent and if ever, for a very unlikely reason, the exception
+is thrown, people will know about it and will take appropriate measures.