Skip to content

Commit d8cd432

Browse files
committed
work in progres
1 parent f34e9d7 commit d8cd432

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

src/main/java/org/woehlke/simpleworklist/context/Context.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
@Setter
4040
@NoArgsConstructor
4141
@EqualsAndHashCode(callSuper = true)
42-
@ToString(callSuper = true)
42+
@ToString(callSuper = true, exclude = "userAccount")
4343
public class Context extends AuditModel implements Serializable, ComparableById<Context> {
4444

4545
private static final long serialVersionUID = -5035732370606951871L;

0 commit comments

Comments
 (0)