Can't compile this...
Can't compile this...
- Subject: Can't compile this...
- From: James Cicenia <email@hidden>
- Date: Wed, 14 Jan 2009 07:31:10 -0600
I get this error:
The type NSArray is not generic; it cannot be parameterized with arguments <String>
on:
if ( toAddresses != null ) eMail.setToAddresses(toAddresses);
but not on the next line?!
if ( ccAddresses != null ) eMail.setCCAddresses(ccAddresses);
Their both just NSArrays
Did I mistakenly update something?
Thanks James Cicenia |
_______________________________________________
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