Revert "Remove usage of to-be-deprecated Throwables"
Guava snapshot is gone.
This reverts commit 8df8a2489d.
Change-Id: I1f6f40a824e39240d67da9b305bdc8144505e7bf
This commit is contained in:
committed by
Jonathan Nieder
parent
5ae08a229f
commit
e1767e5ad7
@@ -49,7 +49,7 @@ public class RefPattern {
|
||||
try {
|
||||
return exampleCache.get(refPattern);
|
||||
} catch (ExecutionException e) {
|
||||
Throwables.throwIfUnchecked(e.getCause());
|
||||
Throwables.propagateIfPossible(e.getCause());
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
} else if (refPattern.endsWith("/*")) {
|
||||
|
||||
Reference in New Issue
Block a user