ARTEMIS-3178: remove erroneous comment
This commit is contained in:
parent
bbf1baf3b2
commit
031788dbe8
|
@ -1115,7 +1115,7 @@ public class ConfigurationImplTest extends ActiveMQTestBase {
|
||||||
|
|
||||||
// pageLimitMessages and pageFullMessagePolicy not set on purpose
|
// pageLimitMessages and pageFullMessagePolicy not set on purpose
|
||||||
properties.put("addressSettings.#.expiryAddress", randomString);
|
properties.put("addressSettings.#.expiryAddress", randomString);
|
||||||
properties.put("addressSettings.#.pageLimitBytes", "300000"); // removing this on purpose
|
properties.put("addressSettings.#.pageLimitBytes", "300000");
|
||||||
|
|
||||||
configuration.parsePrefixedProperties(properties, null);
|
configuration.parsePrefixedProperties(properties, null);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue