File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/main/java/com/cisco/trex/stateful Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -403,10 +403,11 @@ public List<String> getTemplateGroupNames() {
403403 */
404404 public List <String > getTemplateGroupNames (String profileId ) {
405405 if (profileId == null || !getProfileIds ().contains (profileId )) {
406- LOGGER .warn ("can not fetch template group names due to invalid profileId, or relative profile is not loaded yet." );
406+ LOGGER .warn (
407+ "can not fetch template group names due to invalid profileId, or relative profile is not loaded yet." );
407408 return Collections .emptyList ();
408409 }
409-
410+
410411 Map <String , Object > payload = createPayload (profileId );
411412 payload .put ("initialized" , false );
412413 String json = callMethod ("get_tg_names" , payload );
You can’t perform that action at this time.
0 commit comments