Skip to content

Commit

Permalink
SAK-32340 StackOverflowError SLF4J: Failed toString() in chat tool (s…
Browse files Browse the repository at this point in the history
  • Loading branch information
ern authored Mar 17, 2017
1 parent 88a0e5a commit 30b998a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
@EqualsAndHashCode(of = "id")
@Getter
@Setter
@ToString
@ToString(exclude = "messages")
public class ChatChannel implements org.sakaiproject.entity.api.Entity {

/** Message filter names */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
@EqualsAndHashCode(of = "id")
@Getter
@Setter
@ToString
@ToString(exclude = "chatChannel")
public class ChatMessage implements org.sakaiproject.entity.api.Entity {

@Id
Expand Down

0 comments on commit 30b998a

Please sign in to comment.