Skip to content

Commit 06c0250

Browse files
Update TRexAstfClient.java
1 parent b48c0c6 commit 06c0250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/cisco/trex/stateful/TRexAstfClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ public List<String> getTemplateGroupNames(String profileId) {
427427
* get template group statistics
428428
*
429429
* @param tgNames
430-
* @return
430+
* @return group statistics
431431
*/
432432
public Map<String, AstfStatistics> getTemplateGroupStatistics(List<String> tgNames) {
433433
return getTemplateGroupStatistics("", tgNames);

0 commit comments

Comments
 (0)