From 30f393f0a5473b8c399a0340d63ef7014e51f594 Mon Sep 17 00:00:00 2001 From: Vikentiy Fesunov Date: Tue, 11 Aug 2026 12:50:26 +0200 Subject: [PATCH] Fix formatting --- .../java/com/datadoghq/dogstatsd/http/DirectHttpClient.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dogstatsd-http/core/src/main/java/com/datadoghq/dogstatsd/http/DirectHttpClient.java b/dogstatsd-http/core/src/main/java/com/datadoghq/dogstatsd/http/DirectHttpClient.java index a0ebe220..e0b8b5d3 100644 --- a/dogstatsd-http/core/src/main/java/com/datadoghq/dogstatsd/http/DirectHttpClient.java +++ b/dogstatsd-http/core/src/main/java/com/datadoghq/dogstatsd/http/DirectHttpClient.java @@ -19,8 +19,7 @@ * *

Not thread safe. * - *

Caveat: if the forwarder throws {@code InterruptedException}, the - * payload in progress is lost. + *

Caveat: if the forwarder throws {@code InterruptedException}, the payload in progress is lost. */ public class DirectHttpClient { private static URI seriesUri = URI.create("series");