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

Print this page

        

*** 34,44 **** /** * Defines the Apple provider. * * This provider only exists to provide access to the Apple keychain-based KeyStore implementation */ ! public final class AppleProvider extends Provider { private static final String info = "Apple Provider"; public AppleProvider() { --- 34,44 ---- /** * 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() {