RE: cvs commit: xml-axis/java/src/org/apache/axis/description OperationDesc.java

2003-01-15 Thread Glen Daniels
Thanks for the fix, James! However, um, wouldn't just adding "else { param = null; }" to the final if in the earlier version have been a little simpler? --G > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 15, 2003 5:05 PM > To: [EMAIL

Re: cvs commit: xml-axis/java/src/org/apache/axis/description OperationDesc.java

2003-01-15 Thread Davanum Srinivas
James, Does this fix the problem? (16141) Thanks, dims --- [EMAIL PROTECTED] wrote: > jmsnell 2003/01/15 14:04:39 > > Modified:java/src/org/apache/axis/description OperationDesc.java > Log: > Fixing a problem with the getOutputParamByQName method. See bug #16141 > > Revision