Skip to content

Commit

Permalink
Fix Spotbugs issue
Browse files Browse the repository at this point in the history
Co-authored-by: Pere <pbuenoyerbes@cloudbees.com>
  • Loading branch information
jmdesprez and PereBueno authored Aug 7, 2024
1 parent eaa6bdf commit 2370fb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public abstract class Utils {
/**
* Error message used to indicate that skipping TLS verification is not accepted in FIPS mode.
*/
public static String FIPS140_ERROR_MESSAGE =
public static final String FIPS140_ERROR_MESSAGE =
"Using an insecure connection and/or skipping TLS verification is not accepted in FIPS mode.";

public static String wrapWithMarker(String begin, String end, String encodedBody) {
Expand Down

0 comments on commit 2370fb3

Please sign in to comment.