You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ad...@apache.org on 2014/09/03 15:47:02 UTC

svn propchange: r1622256 - svn:log

Author: adrianc
Revision: 1622256
Modified property: svn:log

Modified: svn:log at Wed Sep  3 13:47:02 2014
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Wed Sep  3 13:47:02 2014
@@ -1,6 +1,6 @@
 A code cleanup/reorganization in the service engine.
 
-The LocalDispatcher dispatcher is supposed to represent the state of a single application, but that state was split between LocalDispatcher and DispatchContext. In addition, both classes shared a lot of fields.
+The LocalDispatcher is supposed to represent the state of a single application, but that state was split between LocalDispatcher and DispatchContext. In addition, both classes shared a lot of fields.
 
 This commit moves application state to LocalDispatcher and DispatchContext becomes a lightweight container for objects service implementations need to use.