am 7d7ab5ae: am 24f32b32: Merge change I89c40f50 into eclair

Merge commit '7d7ab5ae21dcabc5d0a3a5798d1d0e8c1b057d23' into eclair-mr2-plus-aosp

* commit '7d7ab5ae21dcabc5d0a3a5798d1d0e8c1b057d23':
  fix a javadoc build breakage
This commit is contained in:
Fred Quintana
2009-10-05 14:35:27 -07:00
committed by Android Git Automerger

View File

@@ -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;