mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-03-01 06:49:25 +00:00
ARTEMIS-2766 Fixing unused stopSet parameter
This commit is contained in:
parent
acdd8b4dce
commit
feca90d475
@ -80,7 +80,7 @@ final class AMQPMessageSymbolSearch {
|
||||
while (data.hasRemaining()) {
|
||||
TypeConstructor<?> constructor = decoder.readConstructor();
|
||||
final Class<?> typeClass = constructor.getTypeClass();
|
||||
if (MSG_ANNOTATIONS_STOPSET.containsKey(typeClass)) {
|
||||
if (stopSet.containsKey(typeClass)) {
|
||||
if (section.equals(typeClass)) {
|
||||
final int start = data.position();
|
||||
constructor.skipValue();
|
||||
|
Loading…
x
Reference in New Issue
Block a user