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

Commit 577bf74a authored by Nate Jiang's avatar Nate Jiang Committed by Automerger Merge Worker
Browse files

Merge "Update javaDoc to make it consistent" am: 36d1da8f am: bb446b0c am:...

Merge "Update javaDoc to make it consistent" am: 36d1da8f am: bb446b0c am: 994c0ba5 am: 2e96957b

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1424828

Change-Id: I461592a530a52f5e2bf8ea314bdf5e3ee9bb1fb3
parents 3a679034 2e96957b
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -22,10 +22,14 @@ import android.annotation.SystemApi;
/**
 * Describes specific properties of a requested network for use in a {@link NetworkRequest}.
 *
 * Applications cannot instantiate this class by themselves, but can obtain instances of
 * subclasses of this class via other APIs.
 * This as an abstract class. Applications shouldn't instantiate this class by themselves, but can
 * obtain instances of subclasses of this class via other APIs.
 */
public abstract class NetworkSpecifier {
    /**
     * Create a placeholder object. Please use subclasses of this class in a {@link NetworkRequest}
     * to request a network.
     */
    public NetworkSpecifier() {}

    /**