mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-10 17:26:28 +01:00
WTUtils: fix warning about raw generic
This commit is contained in:
parent
110da96911
commit
9e9d3afd6a
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ public class WTUtils {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static boolean didThrow(UncheckedRun run) {
|
public static boolean didThrow(UncheckedRun<?> run) {
|
||||||
try {
|
try {
|
||||||
run.run();
|
run.run();
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue