You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Jacopo Cappellato <ja...@hotwaxmedia.com> on 2014/08/14 08:59:28 UTC

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

On Aug 13, 2014, at 9:38 PM, doogie@apache.org 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