Skip to content
Snippets Groups Projects
Commit f00362e8 authored by Martin Vogel's avatar Martin Vogel
Browse files

refactor: remove obsolete class (planning#2016)

parent 0d974c08
No related branches found
No related tags found
1 merge request!394planning#2016: ZBP Client
package dev.fitko.fitconnect.api.domain.zbp.state;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Value;
@Value
public class SenderName {
@JsonProperty("de")
String senderName;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment