improve output
This commit is contained in:
parent
402be7a416
commit
c67bd450c7
|
@ -11,7 +11,9 @@ 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
|
||||||
|
./link-ditch catgegory get
|
||||||
|
|
||||||
" by " + creator +
|
" by " + creator +
|
||||||
" categories: " + categories +
|
" categories: " + categories +
|
||||||
" tags:" + tags;
|
" tags:" + tags;
|
||||||
|
|
Reference in a new issue