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:
@@ -112,7 +112,9 @@ class QueueWithStack {
|
||||
*
|
||||
* @author sahilb2 (https://www.github.com/sahilb2)
|
||||
*/
|
||||
public class QueueUsingTwoStacks {
|
||||
public final class QueueUsingTwoStacks {
|
||||
private QueueUsingTwoStacks() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Main method
|
||||
|
||||
Reference in New Issue
Block a user