Remove unnecessary closing curly brackets in Javadoc

Closes gh-34679

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
This commit is contained in:
Tran Ngoc Nhan
2025-03-29 14:50:15 +07:00
committed by Sam Brannen
parent 75e5a75da5
commit 30fcaef813
10 changed files with 13 additions and 13 deletions

View File

@@ -89,7 +89,7 @@ public enum ServerHttpObservationDocumentation implements ObservationDocumentati
},
/**
* Name of the exception thrown during the exchange, or {@value KeyValue#NONE_VALUE}} if no exception happened.
* Name of the exception thrown during the exchange, or {@value KeyValue#NONE_VALUE} if no exception happened.
*/
EXCEPTION {
@Override