Skip to content
Snippets Groups Projects
Commit 830b03c5 authored by Rajanna Roopa's avatar Rajanna Roopa
Browse files

Bug fix

parent 6ae09771
No related branches found
No related tags found
No related merge requests found
......@@ -382,7 +382,8 @@ public class PPJoin {
}
}
if (overlap >= alpha) {
this.similarRecords.putIfAbsent(x.id, y.id);
//this.similarRecords.putIfAbsent(x.id, y.id);
this.similarRecords.put(x.id, y.id);
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment