mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-06 10:09:01 +00:00
7ca30e9a63
This commit does the following: - deprecate the verbosely named `toSimpleString` static factory methods - add `of` static factory methods for all the ctors - replace any uses of the normal ctors with the `of` counterparts This makes the code more concise and readable.