Skip to content

Commit 6b140dd

Browse files
committed
Polish
See gh-46540
1 parent 4490c52 commit 6b140dd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

module/spring-boot-http-converter/src/main/java/org/springframework/boot/http/converter/autoconfigure/HttpMessageConvertersProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
public class HttpMessageConvertersProperties {
3232

3333
/**
34-
* The charset to use for String conversion.
34+
* Charset to use for String conversion.
3535
*/
3636
private Charset stringEncodingCharset = StandardCharsets.UTF_8;
3737

module/spring-boot-observation/src/main/java/org/springframework/boot/observation/autoconfigure/ObservationHandlerGroup.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ default int compareTo(ObservationHandlerGroup other) {
6565
Class<?> handlerType();
6666

6767
/**
68-
* Static factory method to create a {@link ObservationHandlerGroup} with members of
68+
* Static factory method to create an {@link ObservationHandlerGroup} with members of
6969
* the given handler type.
7070
* @param <H> the handler type
7171
* @param handlerType the handler type

module/spring-boot-observation/src/main/java/org/springframework/boot/observation/autoconfigure/ObservationHandlerGroups.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
import org.springframework.util.MultiValueMap;
3030

3131
/**
32-
* A collection {@link ObservationHandlerGroup} instance and supporting registration
32+
* A collection of {@link ObservationHandlerGroup} instances and supporting registration
3333
* logic.
3434
*
3535
* @author Andy Wilkinson

module/spring-boot-tracing/src/main/java/org/springframework/boot/tracing/autoconfigure/TracingAndMeterObservationHandlerGroup.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
/**
3333
* {@link ObservationHandlerGroup} that considers both {@link TracingObservationHandler}
3434
* and {@link MeterObservationHandler} types as members. This group takes precedence over
35-
* any regular {@link MeterObservationHandler} group in order to use ensure
35+
* any regular {@link MeterObservationHandler} group in order to ensure
3636
* {@link TracingAwareMeterObservationHandler} wrapping is applied during registration.
3737
*
3838
* @author Phillip Webb

0 commit comments

Comments
 (0)