-
Type:
Improvement
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: Trunk
-
Fix Version/s: Upcoming Branch
-
Component/s: framework
-
Labels:None
The runSync method of the Groovy engine is only passing its arguments to the serviceInvoker method which is private and used only by the runSync method. As a consequence it seems preferable to inline the serviceInvoker method.