remove redundant @hides

This commit is contained in:
Fred Quintana
2010-02-26 13:19:18 -08:00
parent 80615257cf
commit 6cb6f246fe

View File

@@ -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;
/**
@@ -103,4 +99,4 @@ public class ActiveSyncInfo {
return new ActiveSyncInfo[size];
}
};
}
}