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

Commit 96d92f19 authored by Fred Quintana's avatar Fred Quintana Committed by Android (Google) Code Review
Browse files

Merge "remove redundant @hides"

parents 2ff9307e 6cb6f246
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -24,13 +24,9 @@ import android.os.Parcelable.Creator;
 * Information about the sync operation that is currently underway.
 */
public class ActiveSyncInfo {
    /** @hide */
    private final int authorityId;
    /** @hide */
    private final Account account;
    /** @hide */
    private final String authority;
    /** @hide */
    private final long startTime;

    /**