From 3b114adee71e1e2477898d55c91cd573f0e48857 Mon Sep 17 00:00:00 2001 From: Christof Rabensteiner Date: Tue, 3 Sep 2019 13:06:48 +0200 Subject: Rename MzsClient to AppClient ...since it's a client that communicates with the app. --- src/main/java/at/gv/egiz/moazs/scheme/NotificationResponse.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/at/gv/egiz/moazs/scheme/NotificationResponse.java') diff --git a/src/main/java/at/gv/egiz/moazs/scheme/NotificationResponse.java b/src/main/java/at/gv/egiz/moazs/scheme/NotificationResponse.java index 4e7abae..85e7737 100644 --- a/src/main/java/at/gv/egiz/moazs/scheme/NotificationResponse.java +++ b/src/main/java/at/gv/egiz/moazs/scheme/NotificationResponse.java @@ -74,7 +74,7 @@ public class NotificationResponse extends MsgResponse } @Override - public CompletableFuture sendToMzsClient(Msg2MzsConverter converter, Optional signedNotification, Mzs2AppPortType client) { + public CompletableFuture sendToAppClient(Msg2MzsConverter converter, Optional signedNotification, Mzs2AppPortType client) { var mzsNotification = converter.convert(notification, signedNotification); client.forwardNotification(mzsNotification); return CompletableFuture.completedFuture(null); -- cgit v1.2.3