From 31391056f4436b755f32387b6a811749647089df Mon Sep 17 00:00:00 2001 From: Tao Liu Date: Fri, 24 Feb 2023 10:02:00 -0500 Subject: [PATCH] remove white space --- .../openj9/internal/security/RestrictedSecurity.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/closed/src/java.base/share/classes/openj9/internal/security/RestrictedSecurity.java b/closed/src/java.base/share/classes/openj9/internal/security/RestrictedSecurity.java index 3ad4b6d58bf..6b2716dfd3a 100644 --- a/closed/src/java.base/share/classes/openj9/internal/security/RestrictedSecurity.java +++ b/closed/src/java.base/share/classes/openj9/internal/security/RestrictedSecurity.java @@ -93,7 +93,7 @@ private RestrictedSecurity() { /** * Check if the restricted security mode is enabled. - * + * * Restricted security mode will be enabled when the semeru.restrictedsecurity * system property is set. * @@ -105,7 +105,7 @@ public static boolean isEnabled() { /** * Get the restricted security mode secure random provider. - * + * * Restricted security mode secure random provider can only * be called in restricted security mode. * @@ -120,8 +120,8 @@ public static String getRandomProvider() { } /** - * Get the restricted security mode secure random algorithm. - * + * Get the restricted security mode secure random algorithm. + * * Restricted security mode secure random algorithm can only * be called in restricted security mode. * @@ -137,7 +137,7 @@ public static String getRandomAlgorithm() { /** * Check if the FIPS mode is enabled. - * + * * FIPS mode will be enabled when the semeru.fips system property is true, * or semeru.restrictedsecurity system property is set by using FIPS policy. *