Skip to content

Commit

Permalink
cleaning up bad json sub types in BsBriefInt
Browse files Browse the repository at this point in the history
  • Loading branch information
cpoder committed Jun 11, 2024
1 parent b252434 commit 21e06d5
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@
@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "type", visible = true)
@JsonSubTypes({ @JsonSubTypes.Type(value = BsBriefIntEthernet.class, name = "ETHERNET"),
@JsonSubTypes.Type(value = BsBriefIntCellular.class, name = "GPRS"),
@JsonSubTypes.Type(value = BsBriefIntWlan.class, name = "WLAN"),
@JsonSubTypes.Type(value = BsBriefIntCellular.class, name = "BsBriefIntCellular"),
@JsonSubTypes.Type(value = BsBriefIntEthernet.class, name = "BsBriefIntEthernet"),
@JsonSubTypes.Type(value = BsBriefIntWlan.class, name = "BsBriefIntWlan"), })
@JsonSubTypes.Type(value = BsBriefIntWlan.class, name = "WLAN") })

public class BsBriefInt {
public static final String JSON_PROPERTY_AVG_ROUND_TRIP = "avgRoundTrip";
Expand Down

0 comments on commit 21e06d5

Please sign in to comment.