diff options
author | Michi Henning <michi@zeroc.com> | 2009-07-08 07:30:19 +1000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2009-07-08 07:30:19 +1000 |
commit | e769f2c0cc39b4102436b4d57727a46f60ed8ef7 (patch) | |
tree | 1f698a40790dd74b3c4a77c85cd6244b03f60501 /java/src/IceSSL/Plugin.java | |
parent | Add test/Ice/servantLocator missed files. (diff) | |
download | ice-e769f2c0cc39b4102436b4d57727a46f60ed8ef7.tar.bz2 ice-e769f2c0cc39b4102436b4d57727a46f60ed8ef7.tar.xz ice-e769f2c0cc39b4102436b4d57727a46f60ed8ef7.zip |
Bug 3502: More cleanup for new javadoc syntax.
Diffstat (limited to 'java/src/IceSSL/Plugin.java')
-rw-r--r-- | java/src/IceSSL/Plugin.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/src/IceSSL/Plugin.java b/java/src/IceSSL/Plugin.java index bb6c1cbf7f8..9515a8acbe3 100644 --- a/java/src/IceSSL/Plugin.java +++ b/java/src/IceSSL/Plugin.java @@ -19,7 +19,7 @@ public interface Plugin extends Ice.Plugin * plug-in is initialized. Therefore, the application must set * the property <code>Ice.InitPlugins</code> to zero, call * <code>setContext</code> to set the context, and finally - * invoke <code>initializePlugins</code> on the <code>PluginManager</code>. + * invoke {@link PluginManager#initializePlugins}. * <p> * If an application supplies its own SSL context, the * plug-in skips its normal property-based configuration. @@ -77,7 +77,7 @@ public interface Plugin extends Ice.Plugin /** * Supplies an input stream for the truststore. Calling this method * causes IceSSL to ignore the <code>IceSSL.Truststore</code> property. It is - * legal to supply the same input stream as the one for <code>setKeystoreStream</code>, + * legal to supply the same input stream as the one for {@link #setKeystoreStream}, * in which case IceSSL uses the certificates contained in the keystore. * * @param stream The input stream for the truststore. |