Skip to content

Commit 360f523

Browse files
committed
Add new line between header and package statement
See gh-1479
1 parent 60ec66c commit 360f523

File tree

12 files changed

+12
-0
lines changed

12 files changed

+12
-0
lines changed

spring-ws-core/src/main/java/org/springframework/ws/client/support/interceptor/ClientInterceptorAdapter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package org.springframework.ws.client.support.interceptor;
1718

1819
import org.apache.commons.logging.Log;

spring-ws-core/src/main/java/org/springframework/ws/support/WebUtils.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package org.springframework.ws.support;
1718

1819
/**

spring-ws-core/src/main/java/org/springframework/ws/transport/HeadersAwareReceiverWebServiceConnection.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package org.springframework.ws.transport;
1718

1819
import java.io.IOException;

spring-ws-core/src/main/java/org/springframework/ws/transport/HeadersAwareSenderWebServiceConnection.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package org.springframework.ws.transport;
1718

1819
import java.io.IOException;

spring-ws-core/src/test/java/org/springframework/ws/client/support/interceptor/ClientInterceptorAdapterTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package org.springframework.ws.client.support.interceptor;
1718

1819
import java.util.ArrayList;

spring-ws-core/src/test/java/org/springframework/ws/support/ChangelogCreator.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package org.springframework.ws.support;
1718

1819
import java.time.Duration;

spring-ws-support/src/test/java/org/springframework/ws/transport/jms/JmsIntegrationTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package org.springframework.ws.transport.jms;
1718

1819
import org.junit.jupiter.api.Test;

spring-xml/src/main/java/org/springframework/xml/DocumentBuilderFactoryUtils.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package org.springframework.xml;
1718

1819
import javax.xml.XMLConstants;

spring-xml/src/main/java/org/springframework/xml/XMLInputFactoryUtils.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package org.springframework.xml;
1718

1819
import javax.xml.stream.XMLInputFactory;

spring-xml/src/main/java/org/springframework/xml/transform/TransformerFactoryUtils.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package org.springframework.xml.transform;
1718

1819
import java.lang.reflect.InvocationTargetException;

0 commit comments

Comments
 (0)