mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-24 13:10:13 +08:00
style: enable HideUtilityClassConstructor
in checkstyle (#5147)
This commit is contained in:
@ -4,7 +4,9 @@ package com.thealgorithms.strings;
|
||||
* Reverse String using Recursion
|
||||
*/
|
||||
|
||||
public class ReverseStringRecursive {
|
||||
public final class ReverseStringRecursive {
|
||||
private ReverseStringRecursive() {
|
||||
}
|
||||
/**
|
||||
* @param str string to be reversed
|
||||
* @return reversed string
|
||||
|
Reference in New Issue
Block a user