On Thu, 12 May 2022 19:27:20 GMT, Sean Mullan <mul...@openjdk.org> wrote:
>> Valerie Peng has updated the pull request incrementally with one additional >> commit since the last revision: >> >> trivial syntax fix. > > src/java.base/share/classes/com/sun/crypto/provider/PBES2Core.java line 184: > >> 182: "Iteration count must be a positive number"); >> 183: } >> 184: return iCount == 0? DEFAULT_COUNT : iCount; > > Nit: add space before '?'. Sure ------------- PR: https://git.openjdk.java.net/jdk/pull/8521