File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
documentation/src/docs/asciidoc/release-notes Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ No changes.
26
26
exception stating that `example.NonexistentType` cannot be resolved to a valid type.
27
27
* The syntax for parameter types in _local_ `@MethodSource` factory method names now
28
28
supports canonical array names -- for example, you may now specify `int[]` as in
29
- `@MethodSource("myFactory(int[])"` instead of the _binary_ name `[I` as in
30
- `@MethodSource("myFactory([I)"` (which was already supported) and
31
- `@MethodSource("myFactory(java.lang.String[])` instead of
32
- `@MethodSource("myFactory([Ljava.lang.String;)`.
29
+ `@MethodSource("myFactory(int[])") ` instead of the _binary_ name `[I` as in
30
+ `@MethodSource("myFactory([I)") ` (which was already supported) and
31
+ `@MethodSource("myFactory(java.lang.String[])") ` instead of
32
+ `@MethodSource("myFactory([Ljava.lang.String;)") `.
33
33
* The search algorithm used to find `@MethodSource` factory methods now applies consistent
34
34
semantics for _local_ qualified method names and fully-qualified method names for
35
35
overloaded factory methods.
You can’t perform that action at this time.
0 commit comments