mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-09-10 02:17:30 +00:00
#590 explanation for Ambassador
This commit is contained in:
@@ -29,5 +29,5 @@ package com.iluwatar.ambassador;
|
||||
interface RemoteServiceInterface {
|
||||
int FAILURE = -1;
|
||||
|
||||
long doRemoteFunction(int value) throws Exception;
|
||||
long doRemoteFunction(int value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user