fix missing return statement

This commit is contained in:
Xavier Léauté 2014-06-12 17:09:21 -07:00
parent f06a85ec26
commit b2419b1530
1 changed files with 1 additions and 0 deletions

View File

@ -216,6 +216,7 @@ public class QueryResource
catch (Exception e) {
// make sure to close yieder if anything happened before starting to serialize the response.
yielder.close();
throw Throwables.propagate(e);
}
finally {
// do not close yielder here, since we do not want to close the yielder prior to