Lesson learned, I knew I should not have commited generics add with fixes and then backport all.
I did it regardless of my awareness because I'm too lazy and thought it would ok, but something missed :/
Jacques
From: "Jacques Le Roux" <
[hidden email]>
> Oops sorry Scott,
>
> I should consider why I commited this in R9.04!
>
> Jacques
>
> From: <
[hidden email]>
>> Author: lektran
>> Date: Fri Oct 30 09:54:03 2009
>> New Revision: 831246
>>
>> URL:
http://svn.apache.org/viewvc?rev=831246&view=rev>> Log:
>> Fix compile time error, yes in the release branch
>>
>> Modified:
>> ofbiz/branches/release09.04/specialpurpose/pos/src/org/ofbiz/pos/PosTransaction.java
>>
>> Modified: ofbiz/branches/release09.04/specialpurpose/pos/src/org/ofbiz/pos/PosTransaction.java
>> URL:
>>
http://svn.apache.org/viewvc/ofbiz/branches/release09.04/specialpurpose/pos/src/org/ofbiz/pos/PosTransaction.java?rev=831246&r1=831245&r2=831246&view=diff>> ==============================================================================
>> --- ofbiz/branches/release09.04/specialpurpose/pos/src/org/ofbiz/pos/PosTransaction.java (original)
>> +++ ofbiz/branches/release09.04/specialpurpose/pos/src/org/ofbiz/pos/PosTransaction.java Fri Oct 30 09:54:03 2009
>> @@ -263,7 +263,7 @@
>> }
>>
>> public List<Map<String, Object>> getItemConfigInfo(int index) {
>> - List<Map> list = new ArrayList<Map>();
>> + List<Map<String, Object>> list = new ArrayList<Map<String, Object>>();
>> // I think I need to initialize the list in a special way
>> // to use foreach in receipt.java
>>
>>
>>
>
>