Add EmptyLineSeparator Checkstyle rule
* Support "blank lines around" via `spring-framework.xml` IDEA config * Fix all the Checkstyle violations
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2022 the original author or authors.
|
||||
* Copyright 2022-2024 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -86,7 +86,6 @@ public final class Camel {
|
||||
.exchangePattern(exchangePattern);
|
||||
}
|
||||
|
||||
|
||||
private Camel() {
|
||||
}
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2022 the original author or authors.
|
||||
* Copyright 2022-2024 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -39,7 +39,6 @@ import org.springframework.util.PatternMatchUtils;
|
||||
*/
|
||||
public class CamelHeaderMapper implements HeaderMapper<org.apache.camel.Message> {
|
||||
|
||||
|
||||
private static final LogAccessor LOGGER = new LogAccessor(CamelHeaderMapper.class);
|
||||
|
||||
private String[] inboundHeaderNames = {"*"};
|
||||
|
||||
Reference in New Issue
Block a user