Skip to content

Commit 963c9d4

Browse files
committed
ErrorProne fix.
1 parent d1f21d7 commit 963c9d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/java/org/bouncycastle/pqc/crypto/test/SLHDSATest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ public void testBasicKeyGenerationShake256128fSimpleSign()
739739
// return (String[]) l.toArray(new String[0]);
740740
// }
741741

742-
private class InternalSLHDSASigner
742+
private static class InternalSLHDSASigner
743743
extends SLHDSASigner
744744
{
745745
public byte[] internalGenerateSignature(byte[] message, byte[] optRand)

0 commit comments

Comments
 (0)