Skip to content

Commit ddc1137

Browse files
committed
Code clean-up.
1 parent e056b72 commit ddc1137

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/com/jwetherell/algorithms/sorts/MergeSort.java

-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ private static <T extends Comparable<T>> void mergeInPlace(int aStart, int aLeng
6565
}
6666
}
6767
}
68-
6968

7069
@SuppressWarnings("unchecked")
7170
private static <T extends Comparable<T>> void mergeWithExtraStorage(int aStart, int aLength, int bStart, int bLength, T[] unsorted) {

0 commit comments

Comments
 (0)