aslepykh opened a new pull request, #4831:
URL: https://github.com/apache/activemq-artemis/pull/4831

   In 1st branch (line 274) of the `if()` statement, the 
`Boolean.parseBoolean()` method accepts the value 
`frame.getHeader(Stomp.Headers.Subscribe.NO_LOCAL)`, which is used in line 273.
   
   In 2nd branch (line 276), the `Boolean.parseBoolean()` method accepts the 
value `frame.getHeader(Stomp.Headers.Subscribe.NO_LOCAL)`, although the other 
value `frame.hasHeader(Stomp.Headers.Subscribe.ACTIVEMQ_NO_LOCAL)` is used.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to