From c8dc4cbb597f300481e78d77e5bbb092a2e8f0c5 Mon Sep 17 00:00:00 2001 From: Subramanian1503 <48426449+Subramanian1503@users.noreply.github.com> Date: Thu, 11 Jan 2024 11:52:49 +0530 Subject: [PATCH] [Include HTTP JSON response] Removed unused package standard char Set - Since we are not using the package in TusClient.java, we can remove from the file. --- src/main/java/io/tus/java/client/TusClient.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/io/tus/java/client/TusClient.java b/src/main/java/io/tus/java/client/TusClient.java index 908ddee..3e2eb5d 100644 --- a/src/main/java/io/tus/java/client/TusClient.java +++ b/src/main/java/io/tus/java/client/TusClient.java @@ -7,7 +7,6 @@ import java.io.IOException; import java.net.HttpURLConnection; import java.net.URL; -import java.nio.charset.StandardCharsets; import java.util.Map; /**