Skip to content

Commit

Permalink
Makes base message content final
Browse files Browse the repository at this point in the history
Signed-off-by: Drew Baugher <[email protected]>
  • Loading branch information
dbbaughe committed Aug 13, 2021
1 parent 0b8488a commit 8875a87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public abstract class LegacyBaseMessage implements Writeable {
private final LegacyDestinationType destinationType;
protected String destinationName;
protected String url;
private String content;
private final String content;

LegacyBaseMessage(final LegacyDestinationType destinationType, final String destinationName, final String content) {
if (destinationType == null) {
Expand Down

0 comments on commit 8875a87

Please sign in to comment.