Skip to content

Commit e723525

Browse files
modify the global statstics field (#140)
1 parent 6c16e68 commit e723525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/cisco/trex/stateless/model/stats/GlobalStatistics.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public class GlobalStatistics {
5858
@JsonProperty("m_total_nat_no_fid ")
5959
private long mTotalNatNoFid = 0;
6060

61-
@JsonProperty("m_total_nat_open ")
61+
@JsonProperty("m_total_nat_open ")
6262
private long mTotalNatOpen = 0;
6363

6464
@JsonProperty("m_total_nat_syn_wait")

0 commit comments

Comments
 (0)