svn commit: r589081 - in /ofbiz/trunk/applications: order/src/org/ofbiz/order/shoppingcart/shipping/ShippingEvents.java product/config/shipment.properties

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

svn commit: r589081 - in /ofbiz/trunk/applications: order/src/org/ofbiz/order/shoppingcart/shipping/ShippingEvents.java product/config/shipment.properties

mrisaliti@libero.it
Hi Jacques,

I have updated my local build of OFBiz and I have seen that now the class ShippingEvents.java has an import of UtilProperties that has been missed.
It's simply to add an import org.ofbiz.base.util.UtilProperties;
and then it will compile again.

Thanks in advance
Marco