Skip to content

Commit 347075a

Browse files
committed
[Java] Fix warning.
1 parent f1200fb commit 347075a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ def cargo_exists() {
508508
}
509509
return result.exitValue == 0
510510
}
511-
catch (Exception e)
511+
catch (Exception ignore)
512512
{
513513
return false
514514
}

0 commit comments

Comments
 (0)