Browse Source

Merge "Update name of InsecureCipherMode error-prone pattern"

tags/v4.7.0.201704051617-r
Jonathan Nieder 7 years ago
parent
commit
e43db8ebf6
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      org.eclipse.jgit/BUILD

+ 1
- 1
org.eclipse.jgit/BUILD View File

@@ -29,5 +29,5 @@ java_library(
java_library(
name = "insecure_cipher_factory",
srcs = INSECURE_CIPHER_FACTORY,
javacopts = ["-Xep:InsecureCipherMode:OFF"],
javacopts = ["-Xep:InsecureCryptoUsage:OFF"],
)

Loading…
Cancel
Save