Messaging: Fix modifiers

We either have too few or too many

Change-Id: I09a9a38b859c68526fcbcdbc7862afe1d693f6c0
This commit is contained in:
Michael W
2024-12-08 21:40:43 +01:00
parent 37d6d70835
commit 21cb2b6289
78 changed files with 528 additions and 464 deletions

View File

@@ -1779,8 +1779,8 @@ public class MmsUtils {
}
public static class SendReqResp {
public SendReq mSendReq;
public SendConf mSendConf;
public final SendReq mSendReq;
public final SendConf mSendConf;
public SendReqResp(final SendReq sendReq, final SendConf sendConf) {
mSendReq = sendReq;