Skip to content

Commit 02a2934

Browse files
committed
updated
1 parent ec26f9a commit 02a2934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/slidingwindow/MaxSumKSizeSubarray.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* @author Your Name (https://github.com/Chiefpatwal)
1414
*/
15-
public class MaxSumKSizeSubarray {
15+
public final class MaxSumKSizeSubarray {
1616

1717
// Prevent instantiation
1818
private MaxSumKSizeSubarray() {

0 commit comments

Comments
 (0)