Skip to content

Commit d24bdb5

Browse files
zzzstr4d
authored andcommitted
Findbugs
1 parent 78aabab commit d24bdb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/net/i2p/crypto/eddsa/math/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
import net.i2p.crypto.eddsa.Utils;
1515

16-
public class Constants {
16+
final class Constants {
1717
public static final byte[] ZERO = Utils.hexToBytes("0000000000000000000000000000000000000000000000000000000000000000");
1818
public static final byte[] ONE = Utils.hexToBytes("0100000000000000000000000000000000000000000000000000000000000000");
1919
public static final byte[] TWO = Utils.hexToBytes("0200000000000000000000000000000000000000000000000000000000000000");

0 commit comments

Comments
 (0)