improve output

This commit is contained in:
qvalentin 2022-05-27 14:16:02 +02:00
parent 402be7a416
commit c67bd450c7
Signed by: qvalentin
GPG Key ID: C979FA1EAFCABF1C
1 changed files with 4 additions and 2 deletions

View File

@ -11,8 +11,10 @@ public record LinkDto(Username creator, LinkUrl url, Set<Category> categories, S
@Override @Override
public String toString() { public String toString() {
return return
url + url ./link-ditch catgegory get
" by " + creator + ./link-ditch catgegory get
" by " + creator +
" categories: " + categories + " categories: " + categories +
" tags:" + tags; " tags:" + tags;
} }