dzmitry-lahoda commented on issue #1250: fix for https://issues.apache.org/jira/browse/TINKERPOP-2192 URL: https://github.com/apache/tinkerpop/pull/1250#issuecomment-588651209 Previously if message was null: 1. First line in try fails. 2. Catch fail on first line with null. 3. No handling at all. Current: 1. First line fails with reasonable error. Result: Exactly same exception handling behavior, but more clean message we can work with.
---------------------------------------------------------------- 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
