Added closing bracket in Outfit's toString()
This commit is contained in:
parent
7503742cc4
commit
c9539d7d5e
@ -41,7 +41,7 @@ public class Outfit extends DatabaseModel {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String toString() {
|
public String toString() {
|
||||||
return String.format("Outfit: [id: %s, link: %s, submitter: %s, tag: %s, created: %s, updated: %s, deleted: %s, featured: %s, display count: %s, deletion hash: %s",
|
return String.format("Outfit: [id: %s, link: %s, submitter: %s, tag: %s, created: %s, updated: %s, deleted: %s, featured: %s, display count: %s, deletion hash: %s]",
|
||||||
id, link, submitter, tag, created, updated, deleted, featured, displayCount, deletionHash
|
id, link, submitter, tag, created, updated, deleted, featured, displayCount, deletionHash
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user