Skip to content

Commit f8b4a45

Browse files
committed
add imports
1 parent 08b5b6a commit f8b4a45

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

java/src/org/openqa/selenium/bidi/browsingcontext/DownloadEnded.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717

1818
package org.openqa.selenium.bidi.browsingcontext;
1919

20+
import java.io.StringReader;
21+
import java.util.Map;
22+
import org.openqa.selenium.json.Json;
2023
import org.openqa.selenium.json.JsonInput;
2124

2225
public class DownloadEnded {

0 commit comments

Comments
 (0)