Am Donnerstag, den 25.10.2007, 17:10 +0000 schrieb [EMAIL PROTECTED]: > Modified: > incubator/cxf/branches/jliu/tools/common/src/main/java/org/apache/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/JavaMethod.java?rev=588283&r1=588282&r2=588283&view=diff > ============================================================================== > --- > incubator/cxf/branches/jliu/tools/common/src/main/java/org/apache/cxf/tools/common/model/JavaMethod.java > (original) > +++ > incubator/cxf/branches/jliu/tools/common/src/main/java/org/apache/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
