Github user d2r commented on the pull request:
https://github.com/apache/storm/pull/845#issuecomment-159406843
backtype.storm.utils.Utils
```
535 try {
536 ReadableBlobMeta metadata = cb.getBlobMeta(key);
537 nimbusBlobVersion = metadata.get_version();
538 } catch (AuthorizationException | KeyNotFoundException exp) {
539 throw exp;
540 }
```
Don't need `try ... catch` if we just throw whatever we catch.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---