Polish gh-30013
See gh-30013
This commit is contained in:
committed by
Juergen Hoeller
parent
b4ed3fbcd0
commit
41f8b6926f
@@ -206,7 +206,7 @@ public class HttpWebHandlerAdapter extends WebHandlerDecorator implements HttpHa
|
||||
}
|
||||
|
||||
/**
|
||||
* Configure a {@link ObservationRegistry} for recording server exchange observations.
|
||||
* Configure an {@link ObservationRegistry} for recording server exchange observations.
|
||||
* By default, a {@link ObservationRegistry#NOOP no-op} instance will be used.
|
||||
* @param observationRegistry the observation registry to use
|
||||
* @since 6.1
|
||||
|
||||
@@ -371,7 +371,7 @@ public final class WebHttpHandlerBuilder {
|
||||
}
|
||||
|
||||
/**
|
||||
* Configure a {@link ObservationRegistry} for recording server exchange observations.
|
||||
* Configure an {@link ObservationRegistry} for recording server exchange observations.
|
||||
* By default, a {@link ObservationRegistry#NOOP no-op} registry will be configured.
|
||||
* @param observationRegistry the observation registry
|
||||
* @since 6.1
|
||||
|
||||
@@ -41,9 +41,9 @@ public class ExceptionHandlingWebHandler extends WebHandlerDecorator {
|
||||
/**
|
||||
* Name of the {@link ServerWebExchange#getAttributes() attribute} that
|
||||
* contains the exception handled by {@link WebExceptionHandler WebExceptionHandlers}.
|
||||
* @since 6.0.8
|
||||
* @since 6.1
|
||||
*/
|
||||
public static String HANDLED_WEB_EXCEPTION = ExceptionHandlingWebHandler.class.getSimpleName() + ".handledException";
|
||||
public static final String HANDLED_WEB_EXCEPTION = ExceptionHandlingWebHandler.class.getSimpleName() + ".handledException";
|
||||
|
||||
private final List<WebExceptionHandler> exceptionHandlers;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user