From e769f2c0cc39b4102436b4d57727a46f60ed8ef7 Mon Sep 17 00:00:00 2001 From: Michi Henning Date: Wed, 8 Jul 2009 07:30:19 +1000 Subject: Bug 3502: More cleanup for new javadoc syntax. --- java/src/IceSSL/Plugin.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'java/src/IceSSL/Plugin.java') 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 Ice.InitPlugins to zero, call * setContext to set the context, and finally - * invoke initializePlugins on the PluginManager. + * invoke {@link PluginManager#initializePlugins}. *

* 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 IceSSL.Truststore property. It is - * legal to supply the same input stream as the one for setKeystoreStream, + * 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. -- cgit v1.2.3