Skip to content

Commit

Permalink
Removes duplication of code
Browse files Browse the repository at this point in the history
  • Loading branch information
CesarCoelho committed Dec 13, 2024
1 parent aa3eb36 commit 02a41b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public void onMessage(Message msg) {
} else {
JMSTransport.RLOGGER.log(Level.WARNING,
"JMS received bad message format: {0}",
objMsg.getObject().getClass().getName());
data.getClass().getName());
}
} else {
JMSTransport.RLOGGER.log(Level.WARNING,
Expand Down

0 comments on commit 02a41b6

Please sign in to comment.