From 22749e7c989f20f56cb9efef762d801a05b9a1d3 Mon Sep 17 00:00:00 2001 From: rfeng Date: Wed, 25 Jun 2008 15:52:32 +0000 Subject: Merge the fix for TUSCANY-2406 from trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@671590 13f79535-47bb-0310-9956-ffa450edef68 --- .../binding-rmi/src/test/java/helloworld/HelloWorldRmiService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'branches/sca-java-1.3/modules/binding-rmi/src/test/java/helloworld/HelloWorldRmiService.java') diff --git a/branches/sca-java-1.3/modules/binding-rmi/src/test/java/helloworld/HelloWorldRmiService.java b/branches/sca-java-1.3/modules/binding-rmi/src/test/java/helloworld/HelloWorldRmiService.java index 6c2ae95e55..461c176e1e 100644 --- a/branches/sca-java-1.3/modules/binding-rmi/src/test/java/helloworld/HelloWorldRmiService.java +++ b/branches/sca-java-1.3/modules/binding-rmi/src/test/java/helloworld/HelloWorldRmiService.java @@ -26,6 +26,6 @@ package helloworld; public interface HelloWorldRmiService { String sayRmiHello(String name); - String sayRmiHi(String name, String greeter); + String sayRmiHi(String name, String greeter) throws HelloException; } -- cgit v1.2.3