summaryrefslogtreecommitdiff
path: root/java/src/IceSSL/Plugin.java
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2009-01-05 23:35:32 +0100
committerJose <jose@zeroc.com>2009-01-05 23:35:32 +0100
commit92dfedd57038c4cd92dc575fa4cab3658e61559b (patch)
tree1801ad6cb68051b18bd07bfa157a55e5eb88c135 /java/src/IceSSL/Plugin.java
parentRemoved RMI and WCF demos (now in articles.git repository). (diff)
downloadice-92dfedd57038c4cd92dc575fa4cab3658e61559b.tar.bz2
ice-92dfedd57038c4cd92dc575fa4cab3658e61559b.tar.xz
ice-92dfedd57038c4cd92dc575fa4cab3658e61559b.zip
Fix 3306 - Plugin -> Plug-in
Diffstat (limited to 'java/src/IceSSL/Plugin.java')
-rw-r--r--java/src/IceSSL/Plugin.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/src/IceSSL/Plugin.java b/java/src/IceSSL/Plugin.java
index c192b8d0953..86ef11d74f8 100644
--- a/java/src/IceSSL/Plugin.java
+++ b/java/src/IceSSL/Plugin.java
@@ -13,12 +13,12 @@ public interface Plugin extends Ice.Plugin
{
//
// Establish the SSL context. This must be done before the
- // plugin is initialized, therefore the application must define
+ // plug-in is initialized, therefore the application must define
// the property Ice.InitPlugins=0, set the context, and finally
// invoke initializePlugins on the PluginManager.
//
// When the application supplies its own SSL context, the
- // plugin skips its normal property-based configuration.
+ // plug-in skips its normal property-based configuration.
//
void setContext(javax.net.ssl.SSLContext context);
@@ -42,7 +42,7 @@ public interface Plugin extends Ice.Plugin
//
// Establish the password callback object. This should be
- // done before the plugin is initialized.
+ // done before the plug-in is initialized.
//
void setPasswordCallback(PasswordCallback callback);