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
pull/22138/head
Konrado85 4 years ago committed by Phillip Webb
parent 97af782ee6
commit 39a853c57b

@ -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;

Loading…
Cancel
Save