minor change
This commit is contained in:
parent
7cc0917b97
commit
539b1f5ee9
|
@ -307,7 +307,7 @@ public class Post implements Serializable, Comparable<Post> {
|
|||
}
|
||||
@Override
|
||||
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
|
||||
+ ", uriThumbnail=" + uriThumbnail + ", description="
|
||||
+ description + ", privacy=" + privacy + ", fullName="
|
||||
|
|
Loading…
Reference in New Issue