Skip to content

Commit 5466444

Browse files
committed
Merge branch '2.6.x' into 2.7.x
Closes gh-30450
2 parents 018281f + e28b596 commit 5466444

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/servlet/server/CookieSameSiteSupplier.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2021 the original author or authors.
2+
* Copyright 2012-2022 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.
@@ -20,9 +20,6 @@
2020
import java.util.function.Supplier;
2121
import java.util.regex.Pattern;
2222

23-
/**
24-
* @author Phillip Webb
25-
*/
2623
import javax.servlet.http.Cookie;
2724

2825
import org.springframework.boot.web.server.Cookie.SameSite;

0 commit comments

Comments
 (0)