refactoring

This commit is contained in:
Miriam Baglioni 2023-08-17 15:11:36 +02:00
parent f6677429c7
commit 4885d36b3b
3 changed files with 3 additions and 3 deletions

View File

@ -352,7 +352,7 @@ public class SparkDumpResults implements Serializable {
.replace("\n", " ")
.replace("\t", " ")
.replace("\r", " ")
//.replace("\\", " ")
// .replace("\\", " ")
.replace("\"", " ");
return input;

View File

@ -18,7 +18,7 @@ import org.apache.http.entity.ContentType;
import org.apache.http.entity.InputStreamEntity;
import org.apache.http.entity.StringEntity;
import org.apache.http.impl.client.CloseableHttpClient;
//import org.apache.http.impl.client.HttpClients;
// import org.apache.http.impl.client.HttpClients;
import org.apache.http.util.EntityUtils;
import org.jetbrains.annotations.NotNull;

View File

@ -349,7 +349,7 @@ public class DumpResultTest {
}
@Test
public void provaReplacement(){
public void provaReplacement() {
String st = "\"Person in the sand " + "\"";
System.out.println(st);