Skip to content

Commit 043a41e

Browse files
author
Phillip Webb
committed
Consistent whitespace after imports
Update code to have a consistent number of new-line characters after import statements.
1 parent 1569886 commit 043a41e

File tree

150 files changed

+0
-153
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

150 files changed

+0
-153
lines changed

spring-aop/src/test/java/org/springframework/aop/aspectj/AspectJAdviceParameterNameDiscoverAnnotationTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
import org.aspectj.lang.ProceedingJoinPoint;
2323
import org.junit.Test;
2424

25-
2625
/**
2726
* Additional parameter name discover tests that need Java 5.
2827
* Yes this will re-run the tests from the superclass, but that

spring-aop/src/test/java/org/springframework/aop/aspectj/TigerAspectJExpressionPointcutTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
import test.annotation.transaction.Tx;
3232
import org.springframework.tests.sample.beans.TestBean;
3333

34-
3534
/**
3635
* Java5-specific {@link AspectJExpressionPointcutTests}.
3736
*

spring-aop/src/test/java/org/springframework/aop/aspectj/annotation/AspectJPointcutAdvisorTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
import test.aop.PerTargetAspect;
2828
import org.springframework.tests.sample.beans.TestBean;
2929

30-
3130
/**
3231
* @author Rod Johnson
3332
* @author Chris Beams

spring-aop/src/test/java/org/springframework/aop/aspectj/annotation/AspectMetadataTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525

2626
import test.aop.PerTargetAspect;
2727

28-
2928
/**
3029
* @since 2.0
3130
* @author Rod Johnson

spring-aop/src/test/java/org/springframework/aop/framework/adapter/ThrowsAdviceInterceptorTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
import static org.junit.Assert.*;
3232
import static org.mockito.BDDMockito.*;
3333

34-
3534
/**
3635
* @author Rod Johnson
3736
* @author Chris Beams

spring-aop/src/test/java/org/springframework/aop/support/AopUtilsTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
import org.springframework.tests.sample.beans.TestBean;
3333
import org.springframework.util.SerializationTestUtils;
3434

35-
3635
/**
3736
* @author Rod Johnson
3837
* @author Chris Beams

spring-aop/src/test/java/org/springframework/aop/support/ControlFlowPointcutTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
import org.springframework.tests.sample.beans.ITestBean;
2727
import org.springframework.tests.sample.beans.TestBean;
2828

29-
3029
/**
3130
* @author Rod Johnson
3231
* @author Chris Beams

spring-aop/src/test/java/org/springframework/aop/support/NameMatchMethodPointcutTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
import org.springframework.tests.sample.beans.SerializablePerson;
3131
import org.springframework.util.SerializationTestUtils;
3232

33-
3433
/**
3534
* @author Rod Johnson
3635
* @author Chris Beams

spring-aop/src/test/java/org/springframework/aop/support/RegexpMethodPointcutAdvisorIntegrationTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
import org.springframework.tests.sample.beans.TestBean;
3232
import org.springframework.util.SerializationTestUtils;
3333

34-
3534
/**
3635
* @author Rod Johnson
3736
* @author Chris Beams

spring-aop/src/test/java/org/springframework/aop/target/HotSwappableTargetSourceTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@
3636
import org.springframework.tests.sample.beans.SideEffectBean;
3737
import org.springframework.util.SerializationTestUtils;
3838

39-
40-
4139
/**
4240
* @author Rod Johnson
4341
* @author Chris Beams

0 commit comments

Comments
 (0)