Skip to content

Commit

Permalink
Improved display of perc
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Feb 20, 2024
1 parent e613ade commit 46aea8a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,8 @@ public IValidationExecutor <IValidationSourceXML> loadXSD (@Nonnull final IRepoS
aZIPContent.size () +
" entries and unzipped " +
nUnzippedLed +
" bytes (" +
(nUnzippedLed / nSourceLen * 100) +
" bytes (~" +
((float) nUnzippedLed / nSourceLen * 100) +
"%)");

final LSResourceResolver aResResolver = new SimpleLSResourceResolver ()
Expand Down

0 comments on commit 46aea8a

Please sign in to comment.