Skip to content

Commit e28b596

Browse files
committed
Merge pull request #30446 from vikeychen
* pr/30446: Update copyright year of changed file Remove redundant Javadoc Closes gh-30446
2 parents cee5178 + 5dc4ff5 commit e28b596

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

+1-4
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)