Skip to content

Commit 7b14eef

Browse files
Fix typo title Style#SIMPLE for javadoc
1 parent 39814ed commit 7b14eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 {

0 commit comments

Comments
 (0)