Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c79ea218 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Framework: fix OobData output log typo" into main

parents e0d0fb91 cb4f8d33
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -284,7 +284,7 @@ public final class OobData implements Parcelable {
            this.mConfirmationHash = confirmationHash;
            if (deviceAddressWithType.length != OobData.DEVICE_ADDRESS_OCTETS) {
                throw new IllegalArgumentException(
                        "confirmationHash must be "
                        "deviceAddressWithType must be "
                                + OobData.DEVICE_ADDRESS_OCTETS
                                + " octets in length.");
            }