Update readme

This commit is contained in:
2023-04-13 21:57:59 +02:00
parent f928cb035e
commit e19f780ff0
4 changed files with 26 additions and 23 deletions

View File

@@ -116,7 +116,7 @@ public class ResultStatistic {
@Override
public String toString() {
String sb = "ResultStatistic[" + "filesTotal=" + filesTotal +
return "ResultStatistic[" + "filesTotal=" + filesTotal +
", excluded=" + excluded +
", shouldChange=" + shouldChange +
" (failedChanging=" + failedChanging +
@@ -126,6 +126,5 @@ public class ResultStatistic {
", failed=" + failed +
", runtime=" + formatTimer() +
']';
return sb;
}
}