mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Remove inconsistent spaces
This commit is contained in:
committed by
Juergen Hoeller
parent
8f21cb1a7c
commit
fb898e1727
+1
-1
@@ -406,7 +406,7 @@ public abstract class AbstractTransactionAspectTests {
|
||||
}
|
||||
catch (Throwable t) {
|
||||
if (rollbackException) {
|
||||
assertEquals("Caught wrong exception", tex, t );
|
||||
assertEquals("Caught wrong exception", tex, t);
|
||||
}
|
||||
else {
|
||||
assertEquals("Caught wrong exception", ex, t);
|
||||
|
||||
Reference in New Issue
Block a user