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

Commit 6cb6f246 authored by Fred Quintana's avatar Fred Quintana
Browse files

remove redundant @hides

parent 80615257
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;

    /**