mirror of
https://github.com/google/nomulus
synced 2026-01-09 23:47:49 +00:00
Remove deprecated methods with Guava 20 release
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=137849843
This commit is contained in:
@@ -193,7 +193,8 @@ public class Lock extends ImmutableObject {
|
||||
TimeUnit.MILLISECONDS,
|
||||
true);
|
||||
} catch (Exception e) {
|
||||
throw Throwables.propagate(e);
|
||||
Throwables.throwIfUnchecked(e);
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user