Skip to content

Commit 72a7c30

Browse files
committed
Fix
1 parent 43759c4 commit 72a7c30

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
*
1313
* @author Hardvan
1414
*/
15-
public class ClearLeftmostSetBit {
15+
public final class ClearLeftmostSetBit {
16+
private ClearLeftmostSetBit() {
17+
}
1618

1719
/**
1820
* Clears the leftmost set bit (1) of a given number.

0 commit comments

Comments
 (0)