I wonder as well, this "final" qualifier does not seem to be needed. This changed is merged from trunk to jsr-311 branch, which was originally checked in by James in REV 575213. James, it is a call for you now. :-)
Cheers, Jervis > -----Original Message----- > From: Glen Mazza [mailto:[EMAIL PROTECTED] > Sent: 2007?10?27? 7:46 > To: [email protected] > Subject: Re: svn commit: r588283 [14/18] - in > /incubator/cxf/branches/jliu: ./ api/ > api/src/main/java/org/apache/cxf/databinding/api/src/main/java > /org/apache/cxf/io/ > api/src/main/java/org/apache/cxf/message/api/src/main/java/org > /apache/cxf/phase/ api/src/main/jav. > > > Am Donnerstag, den 25.10.2007, 17:10 +0000 schrieb [EMAIL PROTECTED]: > > Modified: > incubator/cxf/branches/jliu/tools/common/src/main/java/org/apa > che/cxf/tools/common/model/JavaMethod.java > > URL: > http://svn.apache.org/viewvc/incubator/cxf/branches/jliu/tools > /common/src/main/java/org/apache/cxf/tools/common/model/JavaMe > thod.java?rev=588283&r1=588282&r2=588283&view=diff > > > ============================================================== > ================ > > --- > incubator/cxf/branches/jliu/tools/common/src/main/java/org/apa > che/cxf/tools/common/model/JavaMethod.java (original) > > +++ > incubator/cxf/branches/jliu/tools/common/src/main/java/org/apa > che/cxf/tools/common/model/JavaMethod.java Thu Oct 25 10:09:20 2007 > > + > > + public final void setAsync(final boolean newAsync) { > > + this.async = newAsync; > > } > > Hmmm. Pardon the Java 101 question, but what does the > "final" qualifier > on the newAsync argument signify? > > Thanks, > Glen > > > ---------------------------- IONA Technologies PLC (registered in Ireland) Registered Number: 171387 Registered Address: The IONA Building, Shelbourne Road, Dublin 4, Ireland
