Hi Jacopo, please check r906373 where this is corrected. Regards, Hans
On Thu, 2010-01-28 at 11:54 +0100, Jacopo Cappellato wrote: > On Jan 28, 2010, at 10:13 AM, [email protected] wrote: > > > > > Added: > > ofbiz/trunk/specialpurpose/ebay/src/org/ofbiz/ebay/EbayStoreInventoryServices.java > > URL: > > http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebay/src/org/ofbiz/ebay/EbayStoreInventoryServices.java?rev=904006&view=auto > > == > > This is a minor remark but I have noticed that the formatting of the Java > file above is not 100% inline with our code formatting conventions; for > example: > > if(condition){ > }else{ > } > > instead of > > if (condition) { > } else { > } > > and also > > if (condition == false) > > instead of: > > if (!condition) > > Kind regards, > > Jacopo > -- Antwebsystems.com: Quality OFBiz services for competitive rates
