Skip to content

Commit f2cf9bf

Browse files
committed
Declare class as final
1 parent ac398d3 commit f2cf9bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/divideandconquer/MedianOfTwoSortedArrays.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package com.thealgorithms.divideandconquer;
22

3-
public class MedianOfTwoSortedArrays {
3+
public final class MedianOfTwoSortedArrays {
44

55
private MedianOfTwoSortedArrays() {
66
}

0 commit comments

Comments
 (0)