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