Skip to content

Commit 222e3a2

Browse files
committed
Minor fix
1 parent 852e31a commit 222e3a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/browserstack/local/Local.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class Local {
1919

2020
private final Map<String, String> parameters;
2121

22-
public Local() throws Exception {
22+
public Local() {
2323
parameters = new HashMap<String, String>();
2424
parameters.put("v", "-vvv");
2525
parameters.put("f", "-f");

0 commit comments

Comments
 (0)