Fixed typo

This commit is contained in:
M66B 2020-09-21 08:13:20 +02:00
parent 99f5d25a99
commit 1aafd066e0
1 changed files with 2 additions and 2 deletions

View File

@ -952,8 +952,8 @@ public class Log {
return formatThrowable(ex, true);
}
static String formatThrowable(Throwable ex, boolean santize) {
return formatThrowable(ex, " ", santize);
static String formatThrowable(Throwable ex, boolean sanitize) {
return formatThrowable(ex, " ", sanitize);
}
static String formatThrowable(Throwable ex, String separator, boolean sanitize) {