fixed bad merge

This commit is contained in:
Greg Wilkins 2014-10-22 16:47:55 +11:00
parent 3f76eef8d1
commit 58b56b0cfb
1 changed files with 0 additions and 3 deletions

View File

@ -446,9 +446,6 @@ public abstract class IteratingCallback implements Callback
break loop;
}
case CLOSED:
{
return;
}
{
break loop;
}