Skip to content

Commit 6865f1f

Browse files
committed
Merge branch '2.7.x'
2 parents 73e2e84 + 5466444 commit 6865f1f

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 jakarta.servlet.http.Cookie;
2724

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

0 commit comments

Comments
 (0)