Merge "Address comment from ag/12107302" into main

This commit is contained in:
Treehugger Robot
2023-07-28 03:48:05 +00:00
committed by Gerrit Code Review

View File

@@ -127,7 +127,7 @@ public final class MacAddress implements Parcelable {
/** /**
* Convert this MacAddress to a byte array. * Convert this MacAddress to a byte array.
* *
* The returned array is in network order. For example, if this MacAddress is 1:2:3:4:5:6, * The returned array is in network order. For example, if this MacAddress is 01:02:03:04:05:06,
* the returned array is [1, 2, 3, 4, 5, 6]. * the returned array is [1, 2, 3, 4, 5, 6].
* *
* @return a byte array representation of this MacAddress. * @return a byte array representation of this MacAddress.