Skip to content

Commit b48c0c6

Browse files
Update ASTFProgram.java
1 parent a8c472b commit b48c0c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ public void jmpNz(String varId, String label) {
437437
/**
438438
* get the total send bytes of the program
439439
*
440-
* @return
440+
* @return sent bytes
441441
*/
442442
public int getTotalSendBytes() {
443443
return totalSendBytes;
@@ -446,7 +446,7 @@ public int getTotalSendBytes() {
446446
/**
447447
* return true if it's stream
448448
*
449-
* @return
449+
* @return if stream
450450
*/
451451
public boolean isStream() {
452452
return stream;
@@ -471,7 +471,7 @@ public static void classReset() {
471471
/**
472472
* get buffer list size
473473
*
474-
* @return
474+
* @return buffer size
475475
*/
476476
public static int getBufSize() {
477477
return bufList.getLen();
@@ -499,7 +499,7 @@ public JsonObject toJson() {
499499
/**
500500
* get payload length
501501
*
502-
* @return
502+
* @return payload length
503503
*/
504504
public int getPayloadLen() {
505505
return payloadLen;

0 commit comments

Comments
 (0)