[jboss-svn-commits] JBossWS SVN: r890 - branches/jbossws-1.0/src/test/java/org/jboss/test/ws/samples/wsbpel/hello

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Sep 1 21:51:04 EDT 2006


Author: alex.guizar at jboss.com
Date: 2006-09-01 21:51:03 -0400 (Fri, 01 Sep 2006)
New Revision: 890

Modified:
   branches/jbossws-1.0/src/test/java/org/jboss/test/ws/samples/wsbpel/hello/HelloWorldService.java
Log:
JBWS-868

Modified: branches/jbossws-1.0/src/test/java/org/jboss/test/ws/samples/wsbpel/hello/HelloWorldService.java
===================================================================
--- branches/jbossws-1.0/src/test/java/org/jboss/test/ws/samples/wsbpel/hello/HelloWorldService.java	2006-09-02 01:47:21 UTC (rev 889)
+++ branches/jbossws-1.0/src/test/java/org/jboss/test/ws/samples/wsbpel/hello/HelloWorldService.java	2006-09-02 01:51:03 UTC (rev 890)
@@ -14,6 +14,6 @@
 public interface  HelloWorldService extends  javax.xml.rpc.Service
 {
 
-     public org.jboss.test.ws.samples.wsbpel.hello.HelloPT getCallerPort() throws ServiceException;
+     public org.jboss.test.ws.samples.wsbpel.hello.Greeter getGreeterPort() throws ServiceException;
 
-}
+}
\ No newline at end of file




More information about the jboss-svn-commits mailing list