You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by "skip@theDevers" <sk...@thedevers.org> on 2007/10/29 03:21:04 UTC

ShippingEvents

Jacopo

This:

import org.ofbiz.base.util.UtilProperties;

was missing from the import sectin of ShippingEvents.java just downloaded
today.

Had to add it to get it to compile.

Skip


Re: ShippingEvents

Posted by Jacopo Cappellato <ti...@sastau.it>.
Hi Skip,

this is now fixed in rev. 589496

Jacopo

PS: The committer that committed your work was Jacques, not me (Jacopo) :-)


skip@theDevers wrote:
> Jacopo
> 
> This:
> 
> import org.ofbiz.base.util.UtilProperties;
> 
> was missing from the import sectin of ShippingEvents.java just downloaded
> today.
> 
> Had to add it to get it to compile.
> 
> Skip