8343467: Remove unnecessary @SuppressWarnings annotations (security)

Reviewed-by: mullan
This commit is contained in:
Archie Cobbs 2024-12-13 22:40:42 +00:00
parent e7fc0eb522
commit 4b21fb9df9
23 changed files with 13 additions and 36 deletions

View file

@ -149,7 +149,6 @@ final class ProviderConfig {
/**
* Get the provider object. Loads the provider if it is not already loaded.
*/
@SuppressWarnings("deprecation")
Provider getProvider() {
// volatile variable load
Provider p = provider;