did a search of the commits
http://svn.apache.org/viewvc?view=revision&revision=821391
Ruth Hoffman sent the following on 9/16/2011 1:42 PM:
> Could someone explain to me - and ignorant OFBiz committer wannabe - why
> the following method in version 9.04:
>
> public static GenericDelegator getGenericDelegator(String
> delegatorName) { ... }
>
> No longer exists in the DelegatorFactory class in the most recent trunk
> version?
>
> In its place I see:
>
> public static Delegator getDelegator(String delegatorName) {...}
>
> Is there a reason this was changed or taken out? Should I be calling a
> different method to get my 9.04 code to work with the current trunk
> version?
>
> Thanks much.
> Ruth
>