We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e087af0 commit a4223c9Copy full SHA for a4223c9
src/main/java/org/woehlke/simpleworklist/task/Task.java
@@ -56,7 +56,7 @@
56
@Getter
57
@Setter
58
@EqualsAndHashCode(callSuper = true)
59
-@ToString(callSuper = true)
+@ToString(callSuper = true, exclude="text")
60
public class Task extends AuditModel implements Serializable, ComparableById<Task> {
61
62
private static final long serialVersionUID = 5247710652586269801L;
0 commit comments