From e6b7da988ae4b80299e0936b3717b46f25bfdecc Mon Sep 17 00:00:00 2001 From: tiegen Date: Sun, 25 Apr 2021 16:34:26 +0800 Subject: [PATCH] Update gson/src/test/java/com/google/gson/GsonTest.java Co-authored-by: Marcono1234 --- gson/src/test/java/com/google/gson/GsonTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gson/src/test/java/com/google/gson/GsonTest.java b/gson/src/test/java/com/google/gson/GsonTest.java index bf77885f..c4da773a 100644 --- a/gson/src/test/java/com/google/gson/GsonTest.java +++ b/gson/src/test/java/com/google/gson/GsonTest.java @@ -59,7 +59,7 @@ public final class GsonTest extends TestCase { public void testClonedTypeAdapterFactoryListsAreIndependent() { Gson original = new Gson(CUSTOM_EXCLUDER, CUSTOM_FIELD_NAMING_STRATEGY, - new HashMap>(), true, false,false, true, false, + new HashMap>(), true, false, false, true, false, true, true, false, LongSerializationPolicy.DEFAULT, null, DateFormat.DEFAULT, DateFormat.DEFAULT, new ArrayList(), new ArrayList(), new ArrayList());