minor change
This commit is contained in:
parent
7cc0917b97
commit
539b1f5ee9
|
@ -307,7 +307,7 @@ public class Post implements Serializable, Comparable<Post> {
|
||||||
}
|
}
|
||||||
@Override
|
@Override
|
||||||
public String toString() {
|
public String toString() {
|
||||||
return "Feed [key=" + key + ", type=" + type + ", entityId=" + entityId
|
return "Post [key=" + key + ", type=" + type + ", entityId=" + entityId
|
||||||
+ ", time=" + time + ", vreid=" + vreid + ", uri=" + uri
|
+ ", time=" + time + ", vreid=" + vreid + ", uri=" + uri
|
||||||
+ ", uriThumbnail=" + uriThumbnail + ", description="
|
+ ", uriThumbnail=" + uriThumbnail + ", description="
|
||||||
+ description + ", privacy=" + privacy + ", fullName="
|
+ description + ", privacy=" + privacy + ", fullName="
|
||||||
|
|
Loading…
Reference in New Issue