Skip to content

Commit d0506bc

Browse files
committed
Polishing
1 parent 5c741a7 commit d0506bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

spring-messaging/src/main/java/org/springframework/messaging/simp/user/MultiServerUserRegistry.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,6 @@ public Map<String, SimpSession> findSessions(String userName) {
555555
}
556556
return map;
557557
}
558-
559558
}
560559

561560
}

spring-tx/src/test/java/org/springframework/transaction/interceptor/TransactionInterceptorTests.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2018 the original author or authors.
2+
* Copyright 2002-2019 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -39,6 +39,7 @@
3939
* Mock object based tests for TransactionInterceptor.
4040
*
4141
* @author Rod Johnson
42+
* @author Juergen Hoeller
4243
* @since 16.03.2003
4344
*/
4445
public class TransactionInterceptorTests extends AbstractTransactionAspectTests {
@@ -48,7 +49,7 @@ public class TransactionInterceptorTests extends AbstractTransactionAspectTests
4849

4950

5051
@Override
51-
protected Object advised(Object target, PlatformTransactionManager ptm, TransactionAttributeSource[] tas) throws Exception {
52+
protected Object advised(Object target, PlatformTransactionManager ptm, TransactionAttributeSource[] tas) {
5253
TransactionInterceptor ti = new TransactionInterceptor();
5354
ti.setTransactionManager(ptm);
5455
ti.setTransactionAttributeSources(tas);

0 commit comments

Comments
 (0)