fix compilation with Java 8

This commit is contained in:
Xavier Léauté 2014-08-12 14:02:08 -07:00
parent 161c2f0fff
commit b448deeca0
1 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@ public class RetryQueryRunnerTest
@Override @Override
public Sequence run(Query query, Map context) public Sequence run(Query query, Map context)
{ {
if (context.get("count") == 0) { if ((int)context.get("count") == 0) {
((List) context.get(RetryQueryRunner.missingSegments)).add( ((List) context.get(RetryQueryRunner.missingSegments)).add(
new SegmentDescriptor( new SegmentDescriptor(
new Interval( new Interval(