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 a460ad4 commit e3fbf1dCopy full SHA for e3fbf1d
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, Long val) {
+ public ASTFCmdSetVal(String idVal, long val) {
14
super();
15
this.fields.addProperty("name", NAME);
16
this.fields.addProperty("id", idVal);
0 commit comments