Change writing of “key store”.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 19 Jan 2009 22:37:20 +0000 (23:37 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 19 Jan 2009 22:37:20 +0000 (23:37 +0100)
src/net/pterodactylus/jkeytool/core/CoreListener.java

index 7380649..54c2ae7 100644 (file)
@@ -31,20 +31,20 @@ import java.util.EventListener;
 public interface CoreListener extends EventListener {
 
        /**
 public interface CoreListener extends EventListener {
 
        /**
-        * Notifies all listeners that a keystore was loaded from a file.
+        * Notifies all listeners that a key store was loaded from a file.
         *
         * @param keyStoreFile
         *
         * @param keyStoreFile
-        *            The keystore file
+        *            The key store file
         * @param keyStore
         * @param keyStore
-        *            The loaded keystore
+        *            The loaded key store
         */
        public void keyStoreLoaded(File keyStoreFile, KeyStore keyStore);
 
        /**
         */
        public void keyStoreLoaded(File keyStoreFile, KeyStore keyStore);
 
        /**
-        * Notifies all listeners that a keystore file could not be loaded.
+        * Notifies all listeners that a key store file could not be loaded.
         *
         * @param keyStoreFile
         *
         * @param keyStoreFile
-        *            The keystore file
+        *            The key store file
         */
        public void keyStoreNotLoaded(File keyStoreFile);
 
         */
        public void keyStoreNotLoaded(File keyStoreFile);