Skip to content

Commit

Permalink
[java] Deleted a line by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
pujagani committed Nov 3, 2023
1 parent c84ec6f commit 8dfaae7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions java/src/org/openqa/selenium/bidi/script/Message.java
Expand Up @@ -34,6 +34,7 @@ public static Message fromJson(JsonInput input) {
RemoteValue data = null;
Source source = null;

input.beginObject();
while (input.hasNext()) {
switch (input.nextName()) {
case "channel":
Expand Down

0 comments on commit 8dfaae7

Please sign in to comment.