Commit aaead618aa22ec07d9c1f77d0484f628315d4559

Authored by Viacheslav Klimov
Committed by Andrew Shvayka
1 parent 113a6389

Set serialVersionUID for DeviceProfile class

... ... @@ -42,6 +42,8 @@ import static org.thingsboard.server.common.data.SearchTextBasedWithAdditionalIn
42 42 @Slf4j
43 43 public class DeviceProfile extends SearchTextBased<DeviceProfileId> implements HasName, HasTenantId, HasOtaPackage {
44 44
  45 + private static final long serialVersionUID = 6998485460273302018L;
  46 +
45 47 @ApiModelProperty(position = 3, value = "JSON object with Tenant Id that owns the profile.", readOnly = true)
46 48 private TenantId tenantId;
47 49 @NoXss
... ...