Skip to content

Commit 016f114

Browse files
MingYuanEricleomaatEric
authored andcommitted
ASTFCmdRecvMsg.java used 'tx_msg' instead of 'rx_msg' when init Name proterty
1 parent be7e4f1 commit 016f114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/cisco/trex/stateful/api/lowlevel/ASTFCmdRecvMsg.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Java implementation for TRex python sdk ASTFCmdRecvMsg class
55
*/
66
public class ASTFCmdRecvMsg extends ASTFCmd {
7-
private static final String NAME = "tx_msg";
7+
private static final String NAME = "rx_msg";
88

99
/**
1010
* construct

0 commit comments

Comments
 (0)