Browse Source

Merge "Update name of InsecureCipherMode error-prone pattern"

stable-4.7
Jonathan Nieder 8 years ago committed by Gerrit Code Review @ Eclipse.org
parent
commit
e43db8ebf6
  1. 2
      org.eclipse.jgit/BUILD

2
org.eclipse.jgit/BUILD

@ -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