Cleanup.
This commit is contained in:
@@ -99,7 +99,7 @@ public class OpenPgpData implements Parcelable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void writeToParcel(Parcel dest, int flags) {
|
public void writeToParcel(Parcel dest, int flags) {
|
||||||
dest.writeInt(type);
|
dest.writeInt(type);
|
||||||
dest.writeString(string);
|
dest.writeString(string);
|
||||||
dest.writeInt(bytes.length);
|
dest.writeInt(bytes.length);
|
||||||
dest.writeByteArray(bytes);
|
dest.writeByteArray(bytes);
|
||||||
|
|||||||
@@ -99,7 +99,7 @@ public class OpenPgpData implements Parcelable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void writeToParcel(Parcel dest, int flags) {
|
public void writeToParcel(Parcel dest, int flags) {
|
||||||
dest.writeInt(type);
|
dest.writeInt(type);
|
||||||
dest.writeString(string);
|
dest.writeString(string);
|
||||||
dest.writeInt(bytes.length);
|
dest.writeInt(bytes.length);
|
||||||
dest.writeByteArray(bytes);
|
dest.writeByteArray(bytes);
|
||||||
|
|||||||
Reference in New Issue
Block a user