mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-03 16:03:06 +00:00
Code cleanup
This commit is contained in:
@@ -159,8 +159,12 @@ public class Server implements Parcelable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static final Creator<Server> CREATOR = new Creator<Server>() {
|
public static final Creator<Server> CREATOR = new Creator<Server>() {
|
||||||
public Server createFromParcel(Parcel in) { return new Server(in); }
|
public Server createFromParcel(Parcel in) {
|
||||||
|
return new Server(in);
|
||||||
|
}
|
||||||
|
|
||||||
public Server[] newArray(int size) { return new Server[size]; }
|
public Server[] newArray(int size) {
|
||||||
|
return new Server[size];
|
||||||
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user