Skip to content

Commit 60de10b

Browse files
committed
update
1 parent 4339fc2 commit 60de10b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

slack-api-model/src/test/java/test_locally/unit/GsonFactory.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ private GsonFactory() {
2020
}
2121

2222
public static Gson createSnakeCase() {
23-
return createSnakeCase(false, true, false);
23+
return createSnakeCase(false, true);
2424
}
2525

2626
public static Gson createSnakeCaseWithoutUnknownPropertyDetection(boolean failOnUnknownProperties) {
27-
return createSnakeCase(failOnUnknownProperties, false, false);
27+
return createSnakeCase(failOnUnknownProperties, false);
2828
}
2929

3030
public static Gson createSnakeCaseWithRequiredPropertyDetection() {

0 commit comments

Comments
 (0)