GitHub user alfonsonishikawa opened a pull request:
https://github.com/apache/gora/pull/130
GORA-530: Removed redundant logging on several try/catch
Hi!
In this patch basically I removed the redundand "logging + throw" when the
log message is the same as in the exception.
Sorry for the mess of two pull requests :(
Please comment anything you find that don't convice you.
Thanks!
https://issues.apache.org/jira/browse/GORA-530
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/alfonsonishikawa/gora GORA-530
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/gora/pull/130.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #130
----
commit b782a0a58ad5886604e1e80a051727dc7fe101f3
Author: Alfonso Nishikawa Muñumer <alfonso.nishikawa@...>
Date: 2018-03-03T11:52:04Z
GORA-530: Removed redundant logging on several try/catch
----
---