This commit is contained in:
parent
c67bd450c7
commit
ffec4c19ca
6 changed files with 49 additions and 4 deletions
|
@ -11,10 +11,8 @@ public record LinkDto(Username creator, LinkUrl url, Set<Category> categories, S
|
|||
@Override
|
||||
public String toString() {
|
||||
return
|
||||
url ./link-ditch catgegory get
|
||||
./link-ditch catgegory get
|
||||
|
||||
" by " + creator +
|
||||
url +
|
||||
" by " + creator +
|
||||
" categories: " + categories +
|
||||
" tags:" + tags;
|
||||
}
|
||||
|
|
Reference in a new issue