Merge branch '2.2.x'
Closes gh-19104
This commit is contained in:
@@ -51,7 +51,7 @@ public class EndpointMediaTypes {
|
||||
* @since 2.2.0
|
||||
*/
|
||||
public EndpointMediaTypes(String... producedAndConsumed) {
|
||||
this((producedAndConsumed != null) ? Arrays.asList(producedAndConsumed) : (List<String>) null);
|
||||
this((producedAndConsumed != null) ? Arrays.asList(producedAndConsumed) : null);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user