Skip to content

Commit 24a8f1c

Browse files
committed
Merge branch 'main' into 4.0.x
2 parents dfa0a83 + e10c566 commit 24a8f1c

File tree

1 file changed

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

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2023 the original author or authors.
2+
* Copyright 2012-2025 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.
@@ -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)