mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 05:49:04 +00:00
Order modifiers to align with JLS
This commit also applies Checkstyle ModifierOrder to enforce it. See gh-31368
This commit is contained in:
committed by
Stéphane Nicoll
parent
f60791a8e2
commit
919faa2ce2
+1
-1
@@ -42,7 +42,7 @@ import org.springframework.util.ReflectionUtils;
|
||||
*/
|
||||
class TransactionBeanRegistrationAotProcessor implements BeanRegistrationAotProcessor {
|
||||
|
||||
private final static String JAKARTA_TRANSACTIONAL_CLASS_NAME = "jakarta.transaction.Transactional";
|
||||
private static final String JAKARTA_TRANSACTIONAL_CLASS_NAME = "jakarta.transaction.Transactional";
|
||||
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user