- Update copyright header.
- Consistent use of "SIMPLE" link text for Style#SIMPLE in javadoc.

Closes gh-33883
This commit is contained in:
Tran Ngoc Nhan
2024-11-14 21:29:47 +07:00
committed by Sam Brannen
parent e919d0adcc
commit 883254e1d0
2 changed files with 2 additions and 2 deletions

View File

@@ -94,7 +94,7 @@ public @interface DurationFormat {
* allows conversion to and from a supported {@code ChronoUnit} as well as
* conversion from durations to longs.
*
* <p>The enum includes its corresponding suffix in the {@link Style#SIMPLE simple}
* <p>The enum includes its corresponding suffix in the {@link Style#SIMPLE SIMPLE}
* {@code Duration} format style.
*/
enum Unit {

View File

@@ -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.