treasure-data / td-client-java

Java Client Library for Treasure Data
http://docs.treasuredata.com/articles/java
Apache License 2.0
12 stars 22 forks source link

Inline Guava Throwables.propagate #223

Closed exoego closed 1 year ago

exoego commented 1 year ago

Part of #135

https://github.com/google/guava/wiki/Why-we-deprecated-Throwables.propagate

In many cases, you'll be able to use throw e or throw new RuntimeException(e) with no change in behavior. This sometimes lets you remove other code.