Skip to content

Commit

Permalink
Make project compatible with Groovy 3.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
matrei committed Dec 1, 2023
1 parent e55f5e5 commit 6ca9c45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class TestRequestConfigurer implements Request {
String contentType = 'application/json'
String characterEncoding = 'UTF-8'
Map<String, List<String>> headers = new LinkedHashMap<String, List<String>>().withDefault { String name ->
return []
return [] as List<String>
}
Map<String, Object> attributes = new LinkedHashMap<String, Object>()

Expand Down

0 comments on commit 6ca9c45

Please sign in to comment.