Skip to content

Commit

Permalink
remove parameter name from signature
Browse files Browse the repository at this point in the history
  • Loading branch information
kelloggm committed Apr 11, 2024
1 parent e1eb4c5 commit 1bab76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/test_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@
"root_dir": "assertj-core/src/main/java/",
"targets": [
{
"method": "simpleFieldValues(String, Class<T> clazz, Iterable<?>)",
"method": "simpleFieldValues(String, Class<T>, Iterable<?>)",
"file": "FieldSupport.java",
"package": "org.assertj.core.util.introspection",
"inner_class": ""
Expand Down

0 comments on commit 1bab76c

Please sign in to comment.