Github user michaelandrepearce commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1659#discussion_r151612327
--- Diff:
artemis-ra/src/main/java/org/apache/activemq/artemis/ra/referenceable/ActiveMQRAConnectionFactoryObjectFactory.java
---
@@ -27,7 +27,7 @@
*
* Given a reference - reconstructs an ActiveMQRAConnectionFactory
*/
-public class ConnectionFactoryObjectFactory implements ObjectFactory {
+public class ActiveMQRAConnectionFactoryObjectFactory implements
ObjectFactory {
--- End diff --
was a tidy up, again not needed but just being explicit. we can rename and
extend.
---