From 0be1a087b6852532b2958f166d90971fad921a40 Mon Sep 17 00:00:00 2001 From: slewis Date: Mon, 29 Feb 2016 09:45:40 -0800 Subject: Simplification of API Change-Id: I4fe0b8ce504c798641c5b970ce34bd076e0bf985 --- .../org/eclipse/ecf/remoteservice/client/AbstractRSAClientService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/bundles') diff --git a/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/client/AbstractRSAClientService.java b/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/client/AbstractRSAClientService.java index 15c57272d..5a5a2962c 100644 --- a/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/client/AbstractRSAClientService.java +++ b/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/client/AbstractRSAClientService.java @@ -63,7 +63,7 @@ public abstract class AbstractRSAClientService extends AbstractClientService { * @param remoteCall the RSARemoteCall to use to make the asynchronous remote call. Will not be null. * @return Object. Should return a non-null instance of {@link org.eclipse.equinox.concurrent.future.IFuture}, {@link java.util.concurrent.Future}, or {@link java.util.concurrent.CompletableFuture} */ - protected abstract Object invokeAsync(RSARemoteCall remoteCall); + protected abstract Object invokeAsync(RSARemoteCall remoteCall) throws ECFException; /** * Invoke a remote call synchronously. This method should block until a value may be returned, or the remote -- cgit v1.2.3