Generics and 5.3.3
Generics and 5.3.3
- Subject: Generics and 5.3.3
- From: Kevin Avoy <email@hidden>
- Date: Thu, 24 Jul 2008 20:24:17 -0700 (PDT)
I upgraded to the 'Wonder-latest-Frameworks-53'.
I am using ERJavaMail.framework.
When I build my app, I get the error:
setToAddresses(com.webobjects.foundation.NSArray<java.lang.String>) in er.javamail.ERMailDelivery cannot be applied to (com.webobjects.foundation.NSArray)
When I attempt to define my array as a generic:
protected NSArray<String> toAddresses;
I get the error:
type com.webobjects.foundation.NSArray does not take parameters
Does NSArray support generics in 5.3.3?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden