mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Polishing
This commit is contained in:
+1
-1
@@ -69,7 +69,7 @@ public abstract class AbstractFallbackTransactionAttributeSource implements Tran
|
||||
* <p>As this base class is not marked Serializable, the cache will be recreated
|
||||
* after serialization - provided that the concrete subclass is Serializable.
|
||||
*/
|
||||
final Map<Object, TransactionAttribute> attributeCache = new ConcurrentHashMap<>(1024);
|
||||
private final Map<Object, TransactionAttribute> attributeCache = new ConcurrentHashMap<>(1024);
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user