Messaging: Replace explicit types

Change-Id: I2165b3dec73973a2a82d8b3c7c364b5f011e597d
This commit is contained in:
Michael W
2024-12-26 15:54:37 +01:00
parent 9538179c75
commit 0069df879a
124 changed files with 278 additions and 277 deletions
+1 -2
View File
@@ -145,8 +145,7 @@ class SendRequest extends MmsRequest {
return null;
}
public static final Parcelable.Creator<SendRequest> CREATOR
= new Parcelable.Creator<SendRequest>() {
public static final Parcelable.Creator<SendRequest> CREATOR = new Parcelable.Creator<>() {
public SendRequest createFromParcel(Parcel in) {
return new SendRequest(in);
}