hkeebler commented on issue #4: Fix #3 Updated the accumulo-proxy with latest from accumulo (pre-2.0) URL: https://github.com/apache/accumulo-proxy/pull/4#issuecomment-500924771 @ivakegg updated the throwable with the spotbugs recommended solution below. It now also passes the verify. } catch (RuntimeException e) { throw (e); } catch (Exception e) { handleException(e); return null;
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
