|
|
|
@ -197,8 +197,8 @@ public class StandaloneMockMvcBuilder extends AbstractMockMvcBuilder<StandaloneM |
|
|
|
/** |
|
|
|
/** |
|
|
|
* Set a ContentNegotiationManager. |
|
|
|
* Set a ContentNegotiationManager. |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
protected StandaloneMockMvcBuilder setContentNegotiationManager(ContentNegotiationManager contentNegotiationManager) { |
|
|
|
public StandaloneMockMvcBuilder setContentNegotiationManager(ContentNegotiationManager manager) { |
|
|
|
this.contentNegotiationManager = contentNegotiationManager; |
|
|
|
this.contentNegotiationManager = manager; |
|
|
|
return this; |
|
|
|
return this; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|