Commit 39a853c5 authored by Konrado85's avatar Konrado85 Committed by Phillip Webb

Fix infinite loop in FieldValues

Update `FieldValues` test object so that it doesn't cause an infinite
loop if it is actually created.

See gh-22040
parent 97af782e
...@@ -108,7 +108,7 @@ public class FieldValues { ...@@ -108,7 +108,7 @@ public class FieldValues {
private Integer[] integerArray = new Integer[] { 42, 24 }; private Integer[] integerArray = new Integer[] { 42, 24 };
private FieldValues[] unknownArray = new FieldValues[] { new FieldValues() }; private FieldValues[] unknownArray;
private Duration durationNone; private Duration durationNone;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment