Skip to content

Commit fafe764

Browse files
committed
Merge remote-tracking branch 'refs/remotes/gitee/dev_4.x' into dev_4.x
2 parents 050d926 + ba4eb15 commit fafe764

File tree

1 file changed

+2
-2
lines changed
  • json-diff-common/src/main/java/me/codeleep/jsondiff/common/utils

1 file changed

+2
-2
lines changed

json-diff-common/src/main/java/me/codeleep/jsondiff/common/utils/ImplType.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ public enum ImplType {
1212

1313
FASTJSON("fastjson", "me.codeleep.jsondiff.impl.fastjson.FastJsonBuilder"),
1414
FASTJSON2("fastjson2", "me.codeleep.jsondiff.impl.fastjson2.FastJson2Builder"),
15-
JACKSON("jackson", "me.codeleep.jsondiff.impl.gson.GsonBuilder"),
16-
GSON("gson", "me.codeleep.jsondiff.impl.jackson.JacksonBuilder");
15+
JACKSON("jackson", "me.codeleep.jsondiff.impl.jackson.JacksonBuilder"),
16+
GSON("gson", "me.codeleep.jsondiff.impl.gson.GsonBuilder");
1717

1818
private String type;
1919

0 commit comments

Comments
 (0)