Re: svn commit: r1617816 - /ofbiz/trunk/framework/entity/src/org/ofbiz/entity/DelegatorFactory.java

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r1617816 - /ofbiz/trunk/framework/entity/src/org/ofbiz/entity/DelegatorFactory.java

Jacopo Cappellato-4

On Aug 13, 2014, at 9:38 PM, [hidden email] wrote:

> +    private static final ScheduledExecutorService executor = ExecutionPool.getExecutor(DELEGATOR_THREAD_GROUP, "delegator-startup", -1, true);

I think the above one has been deprecated by one of your previous commits; I guess it should call getScheduledExecutor(...) method instead.

Jacopo