Polishing

This commit is contained in:
Juergen Hoeller
2017-02-28 18:37:33 +01:00
parent 56d669f849
commit 2b3fb2f5cc
3 changed files with 5 additions and 6 deletions

View File

@@ -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);
/**