Skip to content

Commit fa2fd9c

Browse files
Histogram class need to be used by cl, so expose it to public
1 parent 885593f commit fa2fd9c

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)