From 3d33d2baa9de61b07908695d3c4f1a9bcc8b0490 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Fri, 23 Jun 2023 13:35:16 +0200 Subject: [PATCH] Polish contribution --- .../http/server/reactive/ReactorServerHttpResponse.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spring-web/src/main/java/org/springframework/http/server/reactive/ReactorServerHttpResponse.java b/spring-web/src/main/java/org/springframework/http/server/reactive/ReactorServerHttpResponse.java index 9ec3c5eb11..125db60e6d 100644 --- a/spring-web/src/main/java/org/springframework/http/server/reactive/ReactorServerHttpResponse.java +++ b/spring-web/src/main/java/org/springframework/http/server/reactive/ReactorServerHttpResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2022 the original author or authors. + * Copyright 2002-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -38,7 +38,6 @@ import org.springframework.http.HttpHeaders; import org.springframework.http.HttpStatusCode; import org.springframework.http.ResponseCookie; import org.springframework.http.ZeroCopyHttpOutputMessage; -import org.springframework.util.Assert; /** * Adapt {@link ServerHttpResponse} to the {@link HttpServerResponse}.