diff options
Diffstat (limited to 'java/src/Ice/LoggerPlugin.java')
-rw-r--r-- | java/src/Ice/LoggerPlugin.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/Ice/LoggerPlugin.java b/java/src/Ice/LoggerPlugin.java index e9f3ddbc7d1..a123e30e4d0 100644 --- a/java/src/Ice/LoggerPlugin.java +++ b/java/src/Ice/LoggerPlugin.java @@ -12,7 +12,7 @@ package Ice; /** * Class to support custom loggers. Applications using a custom logger * instantiate a <code>LoggerPlugin</code> with a custom logger and - * return the instance from their <code>PluginFactory</code> implementation. + * return the instance from their {@link PluginFactory} implementation. * * @see PluginFactory * @see Plugin |