Skip to content

Commit 635cd29

Browse files
committed
Remove cross reference to Constants utility
See gh-30851
1 parent 6f73351 commit 635cd29

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spring-tx/src/main/java/org/springframework/transaction/interceptor/TransactionAttributeEditor.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2020 the original author or authors.
2+
* Copyright 2002-2023 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.
@@ -38,7 +38,6 @@
3838
* @author Juergen Hoeller
3939
* @since 24.04.2003
4040
* @see org.springframework.transaction.TransactionDefinition
41-
* @see org.springframework.core.Constants
4241
*/
4342
public class TransactionAttributeEditor extends PropertyEditorSupport {
4443

0 commit comments

Comments
 (0)