on index failure when updating, make sure to call the listener

This commit is contained in:
Shay Banon 2012-01-10 10:43:01 +02:00
parent 710e0d78df
commit ed8a46ce09
1 changed files with 1 additions and 0 deletions

View File

@ -220,6 +220,7 @@ public class TransportUpdateAction extends TransportInstanceSingleOperationActio
return;
}
}
listener.onFailure(e);
}
});
} else if ("delete".equals(operation)) {