From 9efa99e0d84759d321c1676f0f4ac7d43f125eda Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Thu, 17 Aug 2023 17:54:44 +0200 Subject: [PATCH] Update link to "Method visibility and @Transactional in proxy mode" See gh-31057 See gh-25582 --- .../springframework/transaction/annotation/Transactional.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-tx/src/main/java/org/springframework/transaction/annotation/Transactional.java b/spring-tx/src/main/java/org/springframework/transaction/annotation/Transactional.java index d0b004b20d..e0372ba45c 100644 --- a/spring-tx/src/main/java/org/springframework/transaction/annotation/Transactional.java +++ b/spring-tx/src/main/java/org/springframework/transaction/annotation/Transactional.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2022 the original author or authors. + * Copyright 2002-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -35,7 +35,7 @@ import org.springframework.transaction.TransactionDefinition; * apply to ancestor classes up the class hierarchy; inherited methods need to be * locally redeclared in order to participate in a subclass-level annotation. For * details on method visibility constraints, consult the - * Transaction Management + * Transaction Management * section of the reference manual. * *

This annotation is generally directly comparable to Spring's