Skip to content

Commit

Permalink
[NOD-934] fix: resolved typo on field name
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-deri committed May 28, 2024
1 parent b2b6557 commit 34e8af1
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,14 +143,14 @@ public class Stazioni {
@Column(name = "VERSIONE_PRIMITIVE")
private Integer versionePrimitive;

@Column(name = "PROTOCOLO_AVV")
private String protocollo4Avv;
@Column(name = "PROTOCOLLO_AVV")
private String protocolloAvv;

@Column(name = "IP_AVV")
private String ip4Avv;
private String ipAvv;

@Column(name = "PORTA_AVV")
private Long porta4Avv;
private Long portaAvv;

@Column(name = "SERVIZIO_AVV")
private String servizioAvv;
Expand Down

0 comments on commit 34e8af1

Please sign in to comment.