This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/activemq-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 839bd2702 Automatic Site Publish by Buildbot
839bd2702 is described below
commit 839bd2702dde5f6ab08b63c2a5fa4e204ceb1123
Author: buildbot <[email protected]>
AuthorDate: Fri Mar 8 03:23:25 2024 +0000
Automatic Site Publish by Buildbot
---
output/components/cms/overview.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/output/components/cms/overview.html
b/output/components/cms/overview.html
index f4008b746..54e926e9b 100644
--- a/output/components/cms/overview.html
+++ b/output/components/cms/overview.html
@@ -290,7 +290,7 @@ std::auto_ptr<cms::ConnectionFactory>
connectionFactory(
std::auto_ptr<cms::Connection> connection(
connectionFactory->createConnection() );
// Create a new Session from our Connection
-std::auto_ptr<cms::Session> session( connection->createSession();
+std::auto_ptr<cms::Session> session( connection->createSession() );
// Now create a TextMessage
std::auto_ptr<cms::TextMessage> textMessage(
session->createTextMessage() );