Skip to content

Commit

Permalink
Reduce the visibility of the Event json parser
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Mar 19, 2019
1 parent cb7dd78 commit 2c8eae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/server/src/org/openqa/selenium/events/Event.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

public class Event {

public static final Json JSON = new Json();
private static final Json JSON = new Json();
private final UUID id;
private final Type type;
private final String data;
Expand Down

0 comments on commit 2c8eae3

Please sign in to comment.