possible fix
This commit is contained in:
parent
368d420799
commit
899640141c
|
@ -11,7 +11,7 @@ import java.util.ArrayList;
|
||||||
public class RangePosts implements Serializable {
|
public class RangePosts implements Serializable {
|
||||||
|
|
||||||
private int lastReturnedPostTimelineIndex;
|
private int lastReturnedPostTimelineIndex;
|
||||||
private ArrayList<Post> posts = new ArrayList<>();
|
private ArrayList<Post> posts;
|
||||||
|
|
||||||
public RangePosts() {
|
public RangePosts() {
|
||||||
super();
|
super();
|
||||||
|
|
Loading…
Reference in New Issue