From 39814edde79d8e4e267ac59b6f2d3313db01e548 Mon Sep 17 00:00:00 2001 From: Tran Ngoc Nhan Date: Thu, 14 Nov 2024 21:29:47 +0700 Subject: [PATCH 1/2] Update copyright header --- .../http/client/reactive/HttpComponentsClientHttpConnector.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-web/src/main/java/org/springframework/http/client/reactive/HttpComponentsClientHttpConnector.java b/spring-web/src/main/java/org/springframework/http/client/reactive/HttpComponentsClientHttpConnector.java index 4fcc9829eae6..3a8368633369 100644 --- a/spring-web/src/main/java/org/springframework/http/client/reactive/HttpComponentsClientHttpConnector.java +++ b/spring-web/src/main/java/org/springframework/http/client/reactive/HttpComponentsClientHttpConnector.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. From 7b14eef29d3933a728486d0639e600b1de59f39f Mon Sep 17 00:00:00 2001 From: Tran Ngoc Nhan Date: Thu, 14 Nov 2024 21:33:57 +0700 Subject: [PATCH 2/2] Fix typo title `Style#SIMPLE` for javadoc --- .../org/springframework/format/annotation/DurationFormat.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-context/src/main/java/org/springframework/format/annotation/DurationFormat.java b/spring-context/src/main/java/org/springframework/format/annotation/DurationFormat.java index 05b69f7dd7d8..9724fd1fd21b 100644 --- a/spring-context/src/main/java/org/springframework/format/annotation/DurationFormat.java +++ b/spring-context/src/main/java/org/springframework/format/annotation/DurationFormat.java @@ -94,7 +94,7 @@ enum Style { * allows conversion to and from a supported {@code ChronoUnit} as well as * conversion from durations to longs. * - *

The enum includes its corresponding suffix in the {@link Style#SIMPLE simple} + *

The enum includes its corresponding suffix in the {@link Style#SIMPLE SIMPLE} * {@code Duration} format style. */ enum Unit {