Skip to content

Commit d7ad0cc

Browse files
committed
fixe white space
1 parent abb7b81 commit d7ad0cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/java.base/share/classes/java/security/Signature.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ protected Signature(String algorithm) {
251251
public static Signature getInstance(String algorithm)
252252
throws NoSuchAlgorithmException {
253253
Objects.requireNonNull(algorithm, "null algorithm name");
254+
254255
if (!CryptoAlgorithmConstraints.permits("Signature", algorithm)) {
255256
throw new NoSuchAlgorithmException(algorithm + " is disabled");
256257
}

0 commit comments

Comments
 (0)