Skip to content

Commit 44ece9b

Browse files
xingweitianwmdietl
authored andcommitted
Nullness Checker annotations for KeyStore.java. (#2882)
1 parent 7ddc412 commit 44ece9b

File tree

2 files changed

+2004
-1
lines changed

2 files changed

+2004
-1
lines changed

checker/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ext {
22
// See instructions for updating jdk8.jar at
33
// https://github.com/typetools/annotated-libraries/blob/master/README.md .
44
// Set jdkShaHash to 'local' to use a locally-built version of jdk8.jar .
5-
jdkShaHash = 'd7f53f36771f8007e617c52aa0e2dcc6213533d7'
5+
jdkShaHash = '5619df3e6f0cf8599f809cf98ca89bffdaabadc6'
66
if (rootProject.hasProperty("useLocalJdk")) {
77
jdkShaHash = 'local'
88
}

0 commit comments

Comments
 (0)