Skip to content

Commit

Permalink
[UNDERTOW-2475] Issue: marked deprecated field forRemoval
Browse files Browse the repository at this point in the history
  • Loading branch information
laurastreet committed Oct 4, 2024
1 parent 18125cd commit 3d88008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/io/undertow/UndertowOptions.java
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ public class UndertowOptions {
* If connector level statistics should be enabled. This has a slight performance impact, but allows statistics such
* as bytes sent/recevied to be monitored.
*/
@Deprecated
@Deprecated(forRemoval = true)
public static final Option<Boolean> ENABLE_CONNECTOR_STATISTICS = ENABLE_STATISTICS;


Expand Down

0 comments on commit 3d88008

Please sign in to comment.