Add @since tags
This commit is contained in:
@@ -35,6 +35,7 @@ import org.springframework.util.MultiValueMap;
|
|||||||
/**
|
/**
|
||||||
* Mock implementation of {@link ServerHttpRequest}.
|
* Mock implementation of {@link ServerHttpRequest}.
|
||||||
* @author Rossen Stoyanchev
|
* @author Rossen Stoyanchev
|
||||||
|
* @since 5.0
|
||||||
*/
|
*/
|
||||||
public class MockServerHttpRequest implements ServerHttpRequest {
|
public class MockServerHttpRequest implements ServerHttpRequest {
|
||||||
|
|
||||||
|
|||||||
@@ -35,6 +35,7 @@ import org.springframework.util.MultiValueMap;
|
|||||||
/**
|
/**
|
||||||
* Mock implementation of {@link ServerHttpResponse}.
|
* Mock implementation of {@link ServerHttpResponse}.
|
||||||
* @author Rossen Stoyanchev
|
* @author Rossen Stoyanchev
|
||||||
|
* @since 5.0
|
||||||
*/
|
*/
|
||||||
public class MockServerHttpResponse implements ServerHttpResponse {
|
public class MockServerHttpResponse implements ServerHttpResponse {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user