File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/main/java/com/cisco/trex/stateful/api/lowlevel Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments