Skip to content

Commit

Permalink
Update exception message
Browse files Browse the repository at this point in the history
  • Loading branch information
KostasTsiounis committed Oct 17, 2024
1 parent c07b01d commit a209833
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ public static void checkSetSecurityProperty(String key) {
+ "properties to be set, use '-Dsemeru.fips.allowsetproperties=true'.");
debug.println("BEWARE: You might not be FIPS compliant if you select to override!");
}
throw new SecurityException("FIPS mode: User-specified '" + key
throw new SecurityException("FIPS mode: Property '" + key
+ "' cannot be set programmatically when in FIPS mode.");
}

Expand Down

0 comments on commit a209833

Please sign in to comment.