Skip to content

Commit 883254e

Browse files
ngocnhan-tran1996sbrannen
authored andcommitted
Polish
- Update copyright header. - Consistent use of "SIMPLE" link text for Style#SIMPLE in javadoc. Closes gh-33883
1 parent e919d0a commit 883254e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-context/src/main/java/org/springframework/format/annotation/DurationFormat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ enum Style {
9494
* allows conversion to and from a supported {@code ChronoUnit} as well as
9595
* conversion from durations to longs.
9696
*
97-
* <p>The enum includes its corresponding suffix in the {@link Style#SIMPLE simple}
97+
* <p>The enum includes its corresponding suffix in the {@link Style#SIMPLE SIMPLE}
9898
* {@code Duration} format style.
9999
*/
100100
enum Unit {

spring-web/src/main/java/org/springframework/http/client/reactive/HttpComponentsClientHttpConnector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2023 the original author or authors.
2+
* Copyright 2002-2024 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)