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

Commit 7d7ab5ae authored by Fred Quintana's avatar Fred Quintana Committed by Android Git Automerger
Browse files

am 24f32b32: Merge change I89c40f50 into eclair

Merge commit '24f32b32' into eclair-mr2

* commit '24f32b32':
  fix a javadoc build breakage
parents 07086eb9 24f32b32
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -22,8 +22,7 @@ import android.os.Parcel;
import android.os.RemoteException;

/**
 * Object that wraps calls to an {@link IAccountAuthenticatorResponse} object.
 * TODO: this interface is still in flux
 * Object used to communicate responses back to the AccountManager
 */
public class AccountAuthenticatorResponse implements Parcelable {
    private IAccountAuthenticatorResponse mAccountAuthenticatorResponse;