mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8279043: Some Security Exception Messages Miss Spaces
Reviewed-by: weijun
This commit is contained in:
parent
f7309060de
commit
f31dead6c5
16 changed files with 21 additions and 21 deletions
|
@ -340,7 +340,7 @@ public class Cipher {
|
|||
"format:" + transformation);
|
||||
}
|
||||
if ((parts[0] == null) || (parts[0].isEmpty())) {
|
||||
throw new NoSuchAlgorithmException("Invalid transformation:" +
|
||||
throw new NoSuchAlgorithmException("Invalid transformation: " +
|
||||
"algorithm not specified-"
|
||||
+ transformation);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue