Skip to content

Commit dc7c736

Browse files
committed
Polish
1 parent 4c9577c commit dc7c736

File tree

1 file changed

+1
-2
lines changed
  • spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/web/exchanges/servlet

1 file changed

+1
-2
lines changed

spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/web/exchanges/servlet/HttpExchangesFilter.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
import org.springframework.boot.actuate.web.exchanges.HttpExchange;
3232
import org.springframework.boot.actuate.web.exchanges.HttpExchangeRepository;
3333
import org.springframework.boot.actuate.web.exchanges.Include;
34-
import org.springframework.boot.actuate.web.exchanges.reactive.HttpExchangesWebFilter;
3534
import org.springframework.core.Ordered;
3635
import org.springframework.http.HttpStatus;
3736
import org.springframework.web.filter.OncePerRequestFilter;
@@ -57,7 +56,7 @@ public class HttpExchangesFilter extends OncePerRequestFilter implements Ordered
5756
private final Set<Include> includes;
5857

5958
/**
60-
* Create a new {@link HttpExchangesWebFilter} instance.
59+
* Create a new instance.
6160
* @param repository the repository used to record events
6261
* @param includes the include options
6362
*/

0 commit comments

Comments
 (0)