Github user franz1981 commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1752#discussion_r160003269
--- 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 --
It is a github fault, but probably dependent by how i've formatted the code
:P
If you look at the real code you will see that the method is present and
used :+1:
---