Skip to content

Commit b03bcc6

Browse files
committed
[java] fixed JsonOutput.MAX_DEPTH
1 parent 9dcd124 commit b03bcc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/src/org/openqa/selenium/json/JsonOutput.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
/** */
5050
public class JsonOutput implements Closeable {
5151
private static final Logger LOG = Logger.getLogger(JsonOutput.class.getName());
52-
static final int MAX_DEPTH = 10;
52+
static final int MAX_DEPTH = 100;
5353

5454
private static final Predicate<Class<?>> GSON_ELEMENT;
5555

0 commit comments

Comments
 (0)