Merge "Expose the MacAddress class in the api"

This commit is contained in:
Hugo Benichi
2017-12-05 23:58:32 +00:00
committed by Android (Google) Code Review

View File

@@ -33,8 +33,6 @@ import java.util.Random;
* *
* This class only supports 48 bits long addresses and does not support 64 bits long addresses. * This class only supports 48 bits long addresses and does not support 64 bits long addresses.
* Instances of this class are immutable. * Instances of this class are immutable.
*
* @hide
*/ */
public final class MacAddress implements Parcelable { public final class MacAddress implements Parcelable {