We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57bc534 commit 18d9339Copy full SHA for 18d9339
src/main/java/com/cisco/trex/stateful/api/lowlevel/ASTFCmdSetVal.java
@@ -10,7 +10,7 @@ public class ASTFCmdSetVal extends ASTFCmd {
10
* @param idVal
11
* @param val
12
*/
13
- public ASTFCmdSetVal(String idVal, int val) {
+ public ASTFCmdSetVal(String idVal, Long val) {
14
super();
15
this.fields.addProperty("name", NAME);
16
this.fields.addProperty("id", idVal);
0 commit comments