Skip to content
Snippets Groups Projects
Commit f94a0063 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-4367 [refactor] rename variable

parent b6c85836
Branches
Tags
No related merge requests found
......@@ -62,8 +62,8 @@ public class FormDataHtmlCleaner {
var outputSettings = new Document.OutputSettings();
outputSettings.prettyPrint(false);
jsoupDocument.outputSettings(outputSettings);
var str = jsoupDocument.html().replace("\\\\n", "\n");
return Jsoup.clean(str, "", Safelist.none(), outputSettings);
var innerHtml = jsoupDocument.html().replace("\\\\n", "\n");
return Jsoup.clean(innerHtml, "", Safelist.none(), outputSettings);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment