Add Javadoc since for CLIENT_NAME enums

See gh-29839
Closes gh-29893
This commit is contained in:
Johnny Lim 2023-01-28 23:06:30 +09:00 committed by Brian Clozel
parent 5dfa61eb0b
commit 0b446a94c5
2 changed files with 2 additions and 0 deletions

View File

@ -93,6 +93,7 @@ public enum ClientHttpObservationDocumentation implements ObservationDocumentati
/**
* Client name derived from the request URI host.
* @since 6.0.5
*/
CLIENT_NAME {
@Override

View File

@ -89,6 +89,7 @@ public enum ClientHttpObservationDocumentation implements ObservationDocumentati
/**
* Client name derived from the request URI host.
* @since 6.0.5
*/
CLIENT_NAME {
@Override