minor change

This commit is contained in:
Massimiliano Assante 2022-09-20 17:29:14 +02:00
parent 7cc0917b97
commit 539b1f5ee9
1 changed files with 1 additions and 1 deletions

View File

@ -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="