Browse Source

Remove redundant Javadoc

See gh-30446
pull/30562/head
Vikey Chen 4 years ago committed by Stephane Nicoll
parent
commit
f9d1c400a7
  1. 3
      spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/servlet/server/CookieSameSiteSupplier.java

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

@ -20,9 +20,6 @@ import java.util.function.Predicate; @@ -20,9 +20,6 @@ import java.util.function.Predicate;
import java.util.function.Supplier;
import java.util.regex.Pattern;
/**
* @author Phillip Webb
*/
import javax.servlet.http.Cookie;
import org.springframework.boot.web.server.Cookie.SameSite;

Loading…
Cancel
Save