Skip to content

Commit f630fae

Browse files
author
Martin Knoll
committedNov 5, 2011
Merge branch 'master' of github.com:maknoll/QuackSort
2 parents d1db886 + 98ac425 commit f630fae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/QuackSort.java

-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ public static void main(String[] args) {
5656

5757
QuackSort<Integer> q = new QuackSort<Integer>(l);
5858

59-
q.sort();
6059
q.sort();
6160

6261
for (int i : q.getDataList())

0 commit comments

Comments
 (0)
Please sign in to comment.