Skip to content

Commit 96e036e

Browse files
author
Fahham29
committed
Fix: mark JumpSearch as final utility class
1 parent 2994ade commit 96e036e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/searches/JumpSearch.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* Reference: https://en.wikipedia.org/wiki/Jump_search
1010
*/
11-
public class JumpSearch {
11+
public final class JumpSearch {
1212

1313
// Prevent instantiation
1414
private JumpSearch() {

0 commit comments

Comments
 (0)