MockHttpServletResponse.java (spring-framework-5.3.23) | : | MockHttpServletResponse.java (spring-framework-5.3.24) | ||
---|---|---|---|---|
skipping to change at line 56 | skipping to change at line 56 | |||
import org.springframework.http.MediaType; | import org.springframework.http.MediaType; | |||
import org.springframework.lang.Nullable; | import org.springframework.lang.Nullable; | |||
import org.springframework.util.Assert; | import org.springframework.util.Assert; | |||
import org.springframework.util.LinkedCaseInsensitiveMap; | import org.springframework.util.LinkedCaseInsensitiveMap; | |||
import org.springframework.util.StringUtils; | import org.springframework.util.StringUtils; | |||
import org.springframework.web.util.WebUtils; | import org.springframework.web.util.WebUtils; | |||
/** | /** | |||
* Mock implementation of the {@link javax.servlet.http.HttpServletResponse} int erface. | * Mock implementation of the {@link javax.servlet.http.HttpServletResponse} int erface. | |||
* | * | |||
* <p>As of Spring Framework 5.0, this set of mocks is designed on a Servlet 4.0 baseline. | * <p>As of Spring 5.0, this set of mocks is designed on a Servlet 4.0 baseline. | |||
* | * | |||
* @author Juergen Hoeller | * @author Juergen Hoeller | |||
* @author Rod Johnson | * @author Rod Johnson | |||
* @author Brian Clozel | * @author Brian Clozel | |||
* @author Vedran Pavic | * @author Vedran Pavic | |||
* @author Sebastien Deleuze | * @author Sebastien Deleuze | |||
* @author Sam Brannen | * @author Sam Brannen | |||
* @since 1.0.2 | * @since 1.0.2 | |||
*/ | */ | |||
public class MockHttpServletResponse implements HttpServletResponse { | public class MockHttpServletResponse implements HttpServletResponse { | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |