mirror of
https://github.com/TheAlgorithms/Java.git
synced 2026-03-13 08:40:43 +08:00
style: enable ModifierOrder in checkstyle (#5132)
* style: enable `ModifierOrder` in checkstyle * style: remove redundant `final` Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com> --------- Co-authored-by: Maria Paszkiewicz SCC <maria.paszkiewicz@kit.edu> Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com>
This commit is contained in:
@@ -6,7 +6,7 @@ import java.util.ArrayList;
|
||||
* @brief Class for finding the lowest base in which a given integer is a palindrome.
|
||||
cf. https://oeis.org/A016026
|
||||
*/
|
||||
final public class LowestBasePalindrome {
|
||||
public final class LowestBasePalindrome {
|
||||
private LowestBasePalindrome() {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user