src/macosx/classes/apple/security/AppleProvider.java

Print this page

        

@@ -34,11 +34,11 @@
 /**
  * Defines the Apple provider.
  *
  * This provider only exists to provide access to the Apple keychain-based KeyStore implementation
  */
-
+@SuppressWarnings("serial") // JDK implementation class
 public final class AppleProvider extends Provider {
 
     private static final String info = "Apple Provider";
 
     public AppleProvider() {