Fixing the build. Methods implementing interfaces must not be declared @Override.

This commit is contained in:
Andreas Huber 2009-06-01 15:03:34 -07:00
parent 626f3e48a4
commit 0cb7ddfc27
1 changed files with 0 additions and 4 deletions

View File

@ -759,7 +759,6 @@ public class EmailStore {
/**
* Supports Parcelable
*/
@Override
public int describeContents() {
return 0;
}
@ -781,7 +780,6 @@ public class EmailStore {
/**
* Supports Parcelable
*/
@Override
public void writeToParcel(Parcel dest, int flags) {
dest.writeString(mDisplayName);
dest.writeString(mEmailAddress);
@ -1410,7 +1408,6 @@ public class EmailStore {
/**
* Supports Parcelable
*/
@Override
public int describeContents() {
return 0;
}
@ -1432,7 +1429,6 @@ public class EmailStore {
/**
* Supports Parcelable
*/
@Override
public void writeToParcel(Parcel dest, int flags) {
dest.writeString(mProtocol);
dest.writeString(mAddress);