refactoring
This commit is contained in:
parent
f6677429c7
commit
4885d36b3b
|
@ -352,7 +352,7 @@ public class SparkDumpResults implements Serializable {
|
|||
.replace("\n", " ")
|
||||
.replace("\t", " ")
|
||||
.replace("\r", " ")
|
||||
//.replace("\\", " ")
|
||||
// .replace("\\", " ")
|
||||
.replace("\"", " ");
|
||||
|
||||
return input;
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -349,7 +349,7 @@ public class DumpResultTest {
|
|||
}
|
||||
|
||||
@Test
|
||||
public void provaReplacement(){
|
||||
public void provaReplacement() {
|
||||
String st = "\"Person in the sand " + "\"";
|
||||
System.out.println(st);
|
||||
|
||||
|
|
Loading…
Reference in New Issue