refactoring
This commit is contained in:
parent
f6677429c7
commit
4885d36b3b
|
@ -352,7 +352,7 @@ public class SparkDumpResults implements Serializable {
|
||||||
.replace("\n", " ")
|
.replace("\n", " ")
|
||||||
.replace("\t", " ")
|
.replace("\t", " ")
|
||||||
.replace("\r", " ")
|
.replace("\r", " ")
|
||||||
//.replace("\\", " ")
|
// .replace("\\", " ")
|
||||||
.replace("\"", " ");
|
.replace("\"", " ");
|
||||||
|
|
||||||
return input;
|
return input;
|
||||||
|
|
|
@ -18,7 +18,7 @@ import org.apache.http.entity.ContentType;
|
||||||
import org.apache.http.entity.InputStreamEntity;
|
import org.apache.http.entity.InputStreamEntity;
|
||||||
import org.apache.http.entity.StringEntity;
|
import org.apache.http.entity.StringEntity;
|
||||||
import org.apache.http.impl.client.CloseableHttpClient;
|
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.apache.http.util.EntityUtils;
|
||||||
import org.jetbrains.annotations.NotNull;
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
|
||||||
|
|
|
@ -349,7 +349,7 @@ public class DumpResultTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void provaReplacement(){
|
public void provaReplacement() {
|
||||||
String st = "\"Person in the sand " + "\"";
|
String st = "\"Person in the sand " + "\"";
|
||||||
System.out.println(st);
|
System.out.println(st);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue