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:
@@ -15,7 +15,9 @@ and the Reduce step, where the results from the Map step are combined to produce
|
||||
* Wikipedia link : https://en.wikipedia.org/wiki/MapReduce
|
||||
*/
|
||||
|
||||
public class MapReduce {
|
||||
public final class MapReduce {
|
||||
private MapReduce() {
|
||||
}
|
||||
/*
|
||||
*Counting all the words frequency within a sentence.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user