Remove extra context.aborts in various rest helpers

This commit is contained in:
Peter Dietz
2014-10-06 20:41:20 -04:00
parent 1c6ab765ba
commit 6b83de1b51
5 changed files with 0 additions and 21 deletions

View File

@@ -776,10 +776,6 @@ public class CollectionsResource extends Resource
{
processException("Something get wrong while finding collection(id=" + id + "). SQLException, Message: " + e, context);
}
finally
{
context.abort();
}
return collection;
}
}