Skip to content

Commit a4223c9

Browse files
committed
work in progress
1 parent e087af0 commit a4223c9

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/org/woehlke/simpleworklist/task

1 file changed

+1
-1
lines changed

src/main/java/org/woehlke/simpleworklist/task/Task.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
@Getter
5757
@Setter
5858
@EqualsAndHashCode(callSuper = true)
59-
@ToString(callSuper = true)
59+
@ToString(callSuper = true, exclude="text")
6060
public class Task extends AuditModel implements Serializable, ComparableById<Task> {
6161

6262
private static final long serialVersionUID = 5247710652586269801L;

0 commit comments

Comments
 (0)