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

adrianc
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.