summaryrefslogtreecommitdiff
path: root/java/src/Ice/SignalPolicy.java
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2009-07-08 07:30:19 +1000
committerMichi Henning <michi@zeroc.com>2009-07-08 07:30:19 +1000
commite769f2c0cc39b4102436b4d57727a46f60ed8ef7 (patch)
tree1f698a40790dd74b3c4a77c85cd6244b03f60501 /java/src/Ice/SignalPolicy.java
parentAdd test/Ice/servantLocator missed files. (diff)
downloadice-e769f2c0cc39b4102436b4d57727a46f60ed8ef7.tar.bz2
ice-e769f2c0cc39b4102436b4d57727a46f60ed8ef7.tar.xz
ice-e769f2c0cc39b4102436b4d57727a46f60ed8ef7.zip
Bug 3502: More cleanup for new javadoc syntax.
Diffstat (limited to 'java/src/Ice/SignalPolicy.java')
-rw-r--r--java/src/Ice/SignalPolicy.java7
1 files changed, 3 insertions, 4 deletions
diff --git a/java/src/Ice/SignalPolicy.java b/java/src/Ice/SignalPolicy.java
index faba3d600b3..86f8bcd00ca 100644
--- a/java/src/Ice/SignalPolicy.java
+++ b/java/src/Ice/SignalPolicy.java
@@ -17,10 +17,9 @@ package Ice;
public enum SignalPolicy
{
/**
- * If a signal is received, Ice.Application reacts to the signal
- * by calling <code>destroy</code> or <code>shutdown</code> on
- * the communicator, or by calling a custom shutdown hook installed
- * by the application.
+ * If a signal is received, {@link Ice.Application} reacts to the signal
+ * by calling {@link Communicator#destroy} or {@link Communicator#shutdown},
+ * or by calling a custom shutdown hook installed by the application.
**/
HandleSignals,