Skip to content

Commit

Permalink
Make checkstyle happy
Browse files Browse the repository at this point in the history
'METHOD_DEF' has more than 1 empty lines before
  • Loading branch information
guillermocalvo committed Aug 16, 2023
1 parent 392def6 commit 4c6ead5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,6 @@ private MessagingClientException wrapException(MethodInvocationContext<Object, O
headers));
}


@SuppressWarnings("unchecked")
private ProducerState getProducer(MethodInvocationContext<?, ?> context) {
ProducerKey key = new ProducerKey(context.getTarget(), context.getExecutableMethod());
Expand Down

0 comments on commit 4c6ead5

Please sign in to comment.