mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-28 15:02:46 +08:00

* Refactor: adding check to swap method in SortUtils * Checkstyle: fix formatting * Checkstyle: fix formatting, and redundant braces * fix: adding flipped tests, removed messages from tests * checkstyle: fix indent * style: mark `temp` as `final` * tests: remove test case with empty array Such calls should be excluded. --------- Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com>