Add @since tags
This commit is contained in:
parent
a1ac51256a
commit
c813405ca3
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue