diff options
author | Bernard Normier <bernard@zeroc.com> | 2019-07-22 16:53:02 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2019-07-22 16:53:02 -0400 |
commit | e17f87c5b930546e07e1f4620188ba69f108fae4 (patch) | |
tree | 8373791f5cca8d2193c1415926bb4d26859a53d3 | |
parent | Update Ice version to 3.7.3 (diff) | |
download | ice-e17f87c5b930546e07e1f4620188ba69f108fae4.tar.bz2 ice-e17f87c5b930546e07e1f4620188ba69f108fae4.tar.xz ice-e17f87c5b930546e07e1f4620188ba69f108fae4.zip |
Fixed Slice comment to use > instead of >.
Fixes #453.
-rw-r--r-- | slice/Ice/Connection.ice | 2 |
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 >= 0. * * @param close The close condition * |