Skip to content

Commit 4bbf9a3

Browse files
committed
Fix
1 parent e816c84 commit 4bbf9a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/java/com/thealgorithms/bitmanipulation/CountLeadingZeros.java

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
*
1111
* @author Hardvan
1212
*/
13-
public class CountLeadingZeros {
13+
public final class CountLeadingZeros {
14+
private CountLeadingZeros() {
15+
}
1416

1517
/**
1618
* Counts the number of leading zeros in the binary representation of a number.

0 commit comments

Comments
 (0)