Typo error in ProductWorker

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

Typo error in ProductWorker

Cimballi
Hi guys,

I think there is a typo error in the class
"org.ofbiz.product.product.ProductWorker".

Line 821 :
public static String getProductTypeId(GenericDelegator delegator, String
productI) {

Should be "productId".

Cimballi
Reply | Threaded
Open this post in threaded view
|

Re: Typo error in ProductWorker

Jacques Le Roux
Administrator
Actually the typo exists also in the parameter; I changed both at r768425

Please use rather user ML for such reports, see why here :
http://docs.ofbiz.org/display/OFBADMIN/Mailing+Lists#MailingLists-DeveloperList:dev@...

Thanks

Jacques

From: "Cimballi" <[hidden email]>

> Hi guys,
>
> I think there is a typo error in the class
> "org.ofbiz.product.product.ProductWorker".
>
> Line 821 :
> public static String getProductTypeId(GenericDelegator delegator, String
> productI) {
>
> Should be "productId".
>
> Cimballi
>