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 f34e9d7 commit d8cd432Copy full SHA for d8cd432
src/main/java/org/woehlke/simpleworklist/context/Context.java
@@ -39,7 +39,7 @@
39
@Setter
40
@NoArgsConstructor
41
@EqualsAndHashCode(callSuper = true)
42
-@ToString(callSuper = true)
+@ToString(callSuper = true, exclude = "userAccount")
43
public class Context extends AuditModel implements Serializable, ComparableById<Context> {
44
45
private static final long serialVersionUID = -5035732370606951871L;
0 commit comments