Skip to content

Commit 14ebae6

Browse files
test build error
1 parent 6aa373e commit 14ebae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Misc/MedianOfRunningArray.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*/
1010
public class MedianOfRunningArray {
1111
private PriorityQueue<Integer> p1;
12-
private PriorityQueue<Integer> p2;
12+
private PriorityQueue<Integer> p2
1313

1414
//Constructor
1515
public MedianOfRunningArray() {

0 commit comments

Comments
 (0)