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 6e6187a2d Automatic Site Publish by Buildbot
6e6187a2d is described below

commit 6e6187a2d9523ba9d8d72fbeaa08bee5ec0ed25d
Author: buildbot <us...@infra.apache.org>
AuthorDate: Fri Mar 8 03:31:36 2024 +0000

    Automatic Site Publish by Buildbot
---
 output/components/cms/overview.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/output/components/cms/overview.html 
b/output/components/cms/overview.html
index 54e926e9b..901790885 100644
--- a/output/components/cms/overview.html
+++ b/output/components/cms/overview.html
@@ -344,7 +344,7 @@ std::auto_ptr&lt;cms::ConnectionFactory&gt; 
connectionFactory(
 std::auto_ptr&lt;cms::Connection&gt; connection( 
connectionFactory-&gt;createConnection() );
 
 // Create a new Session from our Connection
-std::auto_ptr&lt;cms::Session&gt; session( connection-&gt;createSession();
+std::auto_ptr&lt;cms::Session&gt; session( connection-&gt;createSession() );
 
 // Now create a Topic
 std::auto_ptr&lt;cms::Topic&gt; myTopic( session-&gt;createTopic( 
"EXAMPLE-TOPIC" ) );
@@ -364,7 +364,7 @@ std::auto_ptr&lt;cms::ConnectionFactory&gt; 
connectionFactory(
 std::auto_ptr&lt;cms::Connection&gt; connection( 
connectionFactory-&gt;createConnection() );
 
 // Create a new Session from our Connection
-std::auto_ptr&lt;cms::Session&gt; session( connection-&gt;createSession();
+std::auto_ptr&lt;cms::Session&gt; session( connection-&gt;createSession() );
 
 // Now create a Topic
 std::auto_ptr&lt;cms::Topic&gt; myTopic( session-&gt;createTopic( 
"EXAMPLE-TOPIC" ) );
@@ -443,7 +443,7 @@ std::auto_ptr&lt;cms::ConnectionFactory&gt; 
connectionFactory(
 std::auto_ptr&lt;cms::Connection&gt; connection( 
connectionFactory-&gt;createConnection() );
 
 // Create a new Session from our Connection
-std::auto_ptr&lt;cms::Session&gt; session( connection-&gt;createSession();
+std::auto_ptr&lt;cms::Session&gt; session( connection-&gt;createSession() );
 
 // Now create a Topic
 std::auto_ptr&lt;cms::Topic&gt; myTopic( session-&gt;createTopic( 
"EXAMPLE-TOPIC" ) );

Reply via email to