Fix Checkstyle violation for ( and comment after

This commit is contained in:
Artem Bilan
2019-07-18 11:27:37 -04:00
parent 34723fb946
commit 13bccf778b

View File

@@ -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) {