#590 explanation for Ambassador

This commit is contained in:
Ilkka Seppälä
2020-08-04 21:35:41 +03:00
parent 51e8900d31
commit 7f29c2455f
3 changed files with 45 additions and 12 deletions

View File

@ -29,5 +29,5 @@ package com.iluwatar.ambassador;
interface RemoteServiceInterface {
int FAILURE = -1;
long doRemoteFunction(int value) throws Exception;
long doRemoteFunction(int value);
}