Skip to content

Commit be7e4f1

Browse files
authored
Merge pull request #73 from ericsson-peiwuyang/MJE-15776
Histogram class need to be public
2 parents 2bdff26 + fa2fd9c commit be7e4f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/cisco/trex/stateful/model/stats/LatencyPortHist.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
public class LatencyPortHist {
88

9-
private static class Histogram{
9+
public static class Histogram{
1010
@SerializedName("key")
1111
public Integer key;
1212

0 commit comments

Comments
 (0)