Skip to content

Commit 4f14291

Browse files
committed
Add since tag
See gh-19647
1 parent 7d3f42b commit 4f14291

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

spring-test/src/main/java/org/springframework/test/web/reactive/server/CookieAssertions.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2020 the original author or authors.
2+
* Copyright 2002-2021 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package org.springframework.test.web.reactive.server;
1718

1819
import java.time.Duration;
@@ -28,7 +29,9 @@
2829

2930
/**
3031
* Assertions on cookies of the response.
32+
*
3133
* @author Rossen Stoyanchev
34+
* @since 5.3
3235
*/
3336
public class CookieAssertions {
3437

0 commit comments

Comments
 (0)