You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ro...@apache.org on 2023/01/31 11:49:10 UTC

[activemq-artemis] branch main updated: ARTEMIS-3178: remove erroneous comment

This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new 031788dbe8 ARTEMIS-3178: remove erroneous comment
031788dbe8 is described below

commit 031788dbe82baa6f96ac30d260dd5d15dd594afa
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Tue Jan 31 11:48:43 2023 +0000

    ARTEMIS-3178: remove erroneous comment
---
 .../apache/activemq/artemis/core/config/impl/ConfigurationImplTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/artemis-server/src/test/java/org/apache/activemq/artemis/core/config/impl/ConfigurationImplTest.java b/artemis-server/src/test/java/org/apache/activemq/artemis/core/config/impl/ConfigurationImplTest.java
index 1ba4381c20..db1c6d152f 100644
--- a/artemis-server/src/test/java/org/apache/activemq/artemis/core/config/impl/ConfigurationImplTest.java
+++ b/artemis-server/src/test/java/org/apache/activemq/artemis/core/config/impl/ConfigurationImplTest.java
@@ -1115,7 +1115,7 @@ public class ConfigurationImplTest extends ActiveMQTestBase {
 
       // pageLimitMessages and pageFullMessagePolicy not set on purpose
       properties.put("addressSettings.#.expiryAddress", randomString);
-      properties.put("addressSettings.#.pageLimitBytes", "300000"); // removing this on purpose
+      properties.put("addressSettings.#.pageLimitBytes", "300000");
 
       configuration.parsePrefixedProperties(properties, null);