mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-12-19 07:00:35 +08:00
style: enable HideUtilityClassConstructor in checkstyle (#5147)
This commit is contained in:
@@ -14,7 +14,9 @@ import java.util.Objects;
|
||||
* @see <a href="https://en.wikipedia.org/wiki/Damm_algorithm">Wiki. Damm
|
||||
* algorithm</a>
|
||||
*/
|
||||
public class Damm {
|
||||
public final class Damm {
|
||||
private Damm() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Weakly totally anti-symmetric quasigroup of order 10. This table is not
|
||||
|
||||
Reference in New Issue
Block a user