mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-10 12:05:45 +00:00
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.