You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2017/03/31 19:54:56 UTC

svn propchange: r1789737 - svn:log

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.