Skip to content

Commit

Permalink
Change for client specific detection points
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreyas DN committed Feb 10, 2016
1 parent 15b44a4 commit 8e757ec
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,8 @@ public Collection<DetectionPoint> findDetectionPoints(DetectionPoint search, Str
}
}
}
}else{
}
if(matches.size() == 0){
matches = findDetectionPoints(search);
}
return matches;
Expand Down

0 comments on commit 8e757ec

Please sign in to comment.