Remove a deprecated/unused field

This commit is contained in:
Jon Chambers
2022-03-23 12:37:19 -04:00
committed by Jon Chambers
parent 13fb641113
commit 33467b42da
2 changed files with 8 additions and 13 deletions

View File

@@ -24,9 +24,6 @@ public class IncomingMessage {
@JsonProperty
private final String content;
@JsonProperty
private long timestamp; // deprecated
@JsonCreator
public IncomingMessage(
@JsonProperty("id") final int type,