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
|
||||
public String toString() {
|
||||
return
|
||||
url +
|
||||
url ./link-ditch catgegory get
|
||||
./link-ditch catgegory get
|
||||
|
||||
" by " + creator +
|
||||
" categories: " + categories +
|
||||
" tags:" + tags;
|
||||
|
|
Reference in a new issue