summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2019-07-22 16:53:02 -0400
committerBernard Normier <bernard@zeroc.com>2019-07-22 16:53:02 -0400
commite17f87c5b930546e07e1f4620188ba69f108fae4 (patch)
tree8373791f5cca8d2193c1415926bb4d26859a53d3
parentUpdate Ice version to 3.7.3 (diff)
downloadice-e17f87c5b930546e07e1f4620188ba69f108fae4.tar.bz2
ice-e17f87c5b930546e07e1f4620188ba69f108fae4.tar.xz
ice-e17f87c5b930546e07e1f4620188ba69f108fae4.zip
Fixed Slice comment to use &gt; instead of >.
Fixes #453.
-rw-r--r--slice/Ice/Connection.ice2
1 files changed, 1 insertions, 1 deletions
diff --git a/slice/Ice/Connection.ice b/slice/Ice/Connection.ice
index 76a5ff45229..29a09852bc9 100644
--- a/slice/Ice/Connection.ice
+++ b/slice/Ice/Connection.ice
@@ -338,7 +338,7 @@ local interface Connection
*
* Set the active connection management parameters.
*
- * @param timeout The timeout value in seconds, must be >= 0
+ * @param timeout The timeout value in seconds, must be &gt;= 0.
*
* @param close The close condition
*