openamf/src/java/org/openamf/invoker WebServiceInvoker.java,1.13,1.14

[email protected]
Newsgroups gmane.comp.java.openamf.cvs
Message-ID <[email protected]>
Update of /cvsroot/openamf/openamf/src/java/org/openamf/invoker
In directory sc8-pr-cvs1:/tmp/cvs-serv1397/src/java/org/openamf/invoker

Modified Files:
	WebServiceInvoker.java 
Log Message:


Index: WebServiceInvoker.java
===================================================================
RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/invoker/WebServiceInvoker.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** WebServiceInvoker.java	3 May 2003 04:12:56 -0000	1.13
--- WebServiceInvoker.java	3 May 2003 04:17:02 -0000	1.14
***************
*** 145,149 ****
  
  			Class sc = wsClass.getSuperclass();
! 			if (sc != null)
  				continue;
  			if (sc.equals(classType))
--- 145,149 ----
  
  			Class sc = wsClass.getSuperclass();
! 			if (sc == null)
  				continue;
  			if (sc.equals(classType))




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.