Adding tests for each class.
This commit is contained in:
committed by
O.Okinskas
parent
6b10f4bdd1
commit
74190e36bb
@@ -33,8 +33,9 @@ public class Client {
|
||||
serviceAmbassador = new ServiceAmbassador();
|
||||
}
|
||||
|
||||
void useService(int value) {
|
||||
long useService(int value) {
|
||||
long result = serviceAmbassador.doRemoteFunction(value);
|
||||
System.out.println(result);
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user