I wanted to share a wonderful bit of knowledge I learned today.  If
you're using Java 1.5 you can add @SuppressWarnings("all") to the
template for your _EO base classes and eliminate annoying compiler
messages (usually uneeded import statements).

@SuppressWarnings("all")
public class _Invoice extends ERXGenericRecord {

}
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to archive@mail-archive.com

Reply via email to