Skip to content

Commit 37761cf

Browse files
updated isogram class to final
Signed-off-by: JeevaRamanathan <jeevaramanathan.m@infosys.com>
1 parent 280e6c7 commit 37761cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/strings/Isogram.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*
2626
* Reference from https://en.wikipedia.org/wiki/Heterogram_(literature)#Isograms
2727
*/
28-
public class Isogram {
28+
public final class Isogram {
2929
/**
3030
* Private constructor to prevent instantiation of utility class.
3131
*/

0 commit comments

Comments
 (0)