mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-25 21:44:07 +08:00
style: enable HideUtilityClassConstructor
in checkstyle (#5147)
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
package com.thealgorithms.strings;
|
||||
|
||||
public class Lower {
|
||||
public final class Lower {
|
||||
private Lower() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Driver Code
|
||||
|
Reference in New Issue
Block a user