diff options
author | Ted Ross <tross@apache.org> | 2010-06-30 14:05:51 +0000 |
---|---|---|
committer | Ted Ross <tross@apache.org> | 2010-06-30 14:05:51 +0000 |
commit | a6c6bb1a65eef1c758442aae721efdcc463c6cf1 (patch) | |
tree | 8d0822a855b31482d4a4654c5fe47d3bd81bb9fc /cpp/include/qpid/messaging/Connection.h | |
parent | a374dcc0c34f51a2086122d834009716eb86cd54 (diff) | |
download | qpid-python-a6c6bb1a65eef1c758442aae721efdcc463c6cf1.tar.gz |
Fixed incorrect syntax for connection options in the comments.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@959317 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/include/qpid/messaging/Connection.h')
-rw-r--r-- | cpp/include/qpid/messaging/Connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/qpid/messaging/Connection.h b/cpp/include/qpid/messaging/Connection.h index a7f67cef8e..5af4628fa8 100644 --- a/cpp/include/qpid/messaging/Connection.h +++ b/cpp/include/qpid/messaging/Connection.h @@ -78,7 +78,7 @@ class Connection : public qpid::messaging::Handle<ConnectionImpl> QPID_MESSAGING_EXTERN Connection(const std::string& url, const qpid::types::Variant::Map& options = qpid::types::Variant::Map()); /** * Creates a connection using an option string of the form - * {name=value,name2=value2...}, see above for options supported. + * {name:value,name2:value2...}, see above for options supported. * * @exception InvalidOptionString if the string does not match the correct syntax */ |