Skip to content

Commit 6d5a512

Browse files
committed
Suppress serial warning
1 parent d4e4250 commit 6d5a512

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-orm/src/test/java/org/springframework/orm/jpa/EntityManagerPointcut.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
/**
2828
* @author Juergen Hoeller
2929
*/
30+
@SuppressWarnings("serial")
3031
public class EntityManagerPointcut implements Pointcut, Serializable {
3132

3233
@Override

0 commit comments

Comments
 (0)