Skip to content

Commit 74cb283

Browse files
committed
refactor(AddParticipantDbDto): include all members into toString() method.
I couldn't remember why I decided to exclude some members in 655ff33 commit but at this moment I feel that logggig all members is useful for debugging. [skip ci]
1 parent 0f83c33 commit 74cb283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/ru/mystamps/web/feature/participant/AddParticipantDbDto.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
@Getter
2525
@Setter
26-
@ToString(of = { "name", "buyer", "seller" })
26+
@ToString
2727
public class AddParticipantDbDto {
2828
private String name;
2929
private String url;

0 commit comments

Comments
 (0)