Skip to content

Commit 028ca74

Browse files
fix: Make the SwapNumbersUsingXor class a final class
1 parent f2453fc commit 028ca74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* </code>
3636
* </pre>
3737
*/
38-
public class SwapNumbersUsingXor {
38+
public final class SwapNumbersUsingXor {
3939
private SwapNumbersUsingXor() {
4040
}
4141
/**

0 commit comments

Comments
 (0)