Github user franz1981 commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1752#discussion_r159996780
--- Diff:
artemis-commons/src/main/java/org/apache/activemq/artemis/utils/collections/TypedProperties.java
---
@@ -329,7 +331,9 @@ public boolean containsProperty(final SimpleString key)
{
}
}
- public synchronized void decode(final ByteBuf buffer) {
--- End diff --
I'm missing something for sure: I've added a method using the interners,
but not removed the old one...or not?
---