Remove unnecessary @SuppressWarnings('all') annotation from deleteKeyStoreFilesInCurrentWorkingDirectory() method.

This commit is contained in:
John Blum
2020-03-18 20:11:18 -07:00
parent 1444a0e394
commit f773c19044

View File

@@ -111,7 +111,6 @@ public class AutoConfiguredSslIntegrationTests extends ForkingClientServerIntegr
}
@AfterClass
@SuppressWarnings("all")
public static void deleteKeyStoreFilesInCurrentWorkingDirectory() {
Predicate<File> keystorePredicate = file -> file.getAbsolutePath().endsWith(".jks");