Fix Checkstyle violation for ( and comment after
This commit is contained in:
@@ -104,7 +104,7 @@ public class LambdaMessageProcessor implements MessageProcessor<Object>, BeanFac
|
||||
"An example of when this often occurs is if the lambda is configured to " +
|
||||
"receive a Message<?> argument.", e.getCause());
|
||||
}
|
||||
throw new IllegalStateException( // NOSONAR lost stack trace
|
||||
throw new IllegalStateException(// NOSONAR lost stack trace
|
||||
"Could not invoke the method '" + this.method + "'", e.getCause());
|
||||
}
|
||||
catch (Exception e) {
|
||||
|
||||
Reference in New Issue
Block a user