Skip to content
Snippets Groups Projects
Commit 98ea447a authored by Shyam Upadhyay's avatar Shyam Upadhyay
Browse files

bug

parent 5dc16d9a
No related branches found
Tags v4.1
No related merge requests found
......@@ -336,7 +336,7 @@ public class TAUtils {
}
for(EventInstance ev:others)
{
if(ev.start<ee.start && ev.end < ee.end && ee.pred_srl.getViewName().equals("SRL_VERB"))
if(ev.start<ee.start && ev.end < ee.end && ev.pred_srl.getViewName().equals("SRL_VERB"))
return false;
}
return true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment