Skip to content

Commit a50a8dc

Browse files
committed
error prone fix
1 parent 22794e1 commit a50a8dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • prov/src/test/jdk25/org/bouncycastle/jcajce/provider/kdf/test

prov/src/test/jdk25/org/bouncycastle/jcajce/provider/kdf/test/HKDFTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public void testExceptionHandling()
183183
// }
184184
}
185185

186-
private class InvalidKDFParameters
186+
private static class InvalidKDFParameters
187187
implements KDFParameters
188188
{
189189

0 commit comments

Comments
 (0)