Skip to content

Commit 423c00b

Browse files
linvauxvlsi
authored andcommitted
style(StandardJmeterEngine): remove unnecessary code
delete "return" in a private void method
1 parent c846e66 commit 423c00b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/core/src/main/java/org/apache/jmeter/engine/StandardJMeterEngine.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,6 @@ private void startThreadGroup(AbstractThreadGroup group, int groupCount, SearchB
579579
} catch (JMeterStopTestException ex) { // NOSONAR Reported by log
580580
JMeterUtils.reportErrorToUser("Error occurred starting thread group :" + group.getName()+ ", error message:"+ex.getMessage()
581581
+", \r\nsee log file for more details", ex);
582-
return; // no point continuing
583582
}
584583
}
585584

0 commit comments

Comments
 (0)