From a6fa758391f8ee5cba030db84f53169f3324b385 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Fri, 19 Feb 2021 08:38:34 +0100 Subject: [PATCH] Update spring-cloud-sleuth-autoconfigure/src/main/java/org/springframework/cloud/sleuth/autoconfig/wavefront/WavefrontSleuthSpanHandler.java Co-authored-by: Jonatan Ivanov --- .../sleuth/autoconfig/wavefront/WavefrontSleuthSpanHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud-sleuth-autoconfigure/src/main/java/org/springframework/cloud/sleuth/autoconfig/wavefront/WavefrontSleuthSpanHandler.java b/spring-cloud-sleuth-autoconfigure/src/main/java/org/springframework/cloud/sleuth/autoconfig/wavefront/WavefrontSleuthSpanHandler.java index 8e211ac67..6d0812bc1 100644 --- a/spring-cloud-sleuth-autoconfigure/src/main/java/org/springframework/cloud/sleuth/autoconfig/wavefront/WavefrontSleuthSpanHandler.java +++ b/spring-cloud-sleuth-autoconfigure/src/main/java/org/springframework/cloud/sleuth/autoconfig/wavefront/WavefrontSleuthSpanHandler.java @@ -87,7 +87,7 @@ import static com.wavefront.sdk.common.Constants.SPAN_LOG_KEY; * While in practice this is not a problem, it is worth mentioning that this convention * will only only result in RFC 4122 timestamp (version 1) format by accident. In other * words, don't call {@link UUID#timestamp()} on UUIDs converted here, or in other - * Wavefront code, as it might throw. + * Wavefront code, as it might throw an exception. * * @since 3.1.0 */