RE: PATCH : ExternalXid
"Tim Anderson" <tima-k+1zm/[email protected]>
| Newsgroups | gmane.comp.java.openjms.devel |
|---|---|
| Message-ID | <[email protected]> |
Thanks Jem - patch applied. For your next patch ;) could you submit them in unified diff format? It makes them easier to apply. Eg: cvs diff -u <file> > patch.txt Thanks, Tim > -----Original Message----- > From: openjms-developer-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org > [mailto:openjms-developer-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org]On Behalf Of Day, > Jem BGI WAC > Sent: Thursday, February 06, 2003 5:55 AM > To: [ML] openJMS - Dev (E-mail) > Subject: [openjms-developer] PATCH : ExternalXid > > > > Subtle optimization patches... > > Changed copy-constructor to use System.arraycopy. > Changed Externalizable methods removing for-loop construct(s). > > Result - less code :-) > > Attached is the complete changed file and a jUnit Test case. > > >