diff --git a/spring-web/src/main/java/org/springframework/http/client/observation/ClientRequestObservationContext.java b/spring-web/src/main/java/org/springframework/http/client/observation/ClientRequestObservationContext.java index 43a056e2a72b..a150dc8d9555 100644 --- a/spring-web/src/main/java/org/springframework/http/client/observation/ClientRequestObservationContext.java +++ b/spring-web/src/main/java/org/springframework/http/client/observation/ClientRequestObservationContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2023 the original author or authors. + * Copyright 2002-2024 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. @@ -23,10 +23,12 @@ import org.springframework.lang.Nullable; /** - * Context that holds information for metadata collection - * during the {@link ClientHttpObservationDocumentation#HTTP_CLIENT_EXCHANGES client HTTP exchanges} observations. + * Context that holds information for metadata collection during the + * {@link ClientHttpObservationDocumentation#HTTP_CLIENT_EXCHANGES client HTTP exchanges} observations. + * *
This context also extends {@link RequestReplySenderContext} for propagating tracing
* information with the HTTP client exchange.
+ *
* @author Brian Clozel
* @since 6.0
*/
@@ -35,6 +37,7 @@ public class ClientRequestObservationContext extends RequestReplySenderContext