File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
jmeter-java-dsl/src/main/java/us/abstracta/jmeter/javadsl Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 11package us .abstracta .jmeter .javadsl ;
22
3- import java .io .IOException ;
43import java .time .Duration ;
54import java .util .Arrays ;
65import java .util .Collections ;
@@ -1296,7 +1295,7 @@ public static InfluxDbBackendListener influxDbListener(String influxDbUrl) {
12961295 * @see HtmlReporter
12971296 * @since 0.6
12981297 */
1299- public static HtmlReporter htmlReporter (String reportsDirectory ) throws IOException {
1298+ public static HtmlReporter htmlReporter (String reportsDirectory ) {
13001299 return new HtmlReporter (reportsDirectory , null );
13011300 }
13021301
@@ -1315,7 +1314,7 @@ public static HtmlReporter htmlReporter(String reportsDirectory) throws IOExcept
13151314 * @see HtmlReporter
13161315 * @since 1.0
13171316 */
1318- public static HtmlReporter htmlReporter (String reportsDirectory , String name ) throws IOException {
1317+ public static HtmlReporter htmlReporter (String reportsDirectory , String name ) {
13191318 return new HtmlReporter (reportsDirectory , name );
13201319 }
13211320
You can’t perform that action at this time.
0 commit comments