Skip to content

Commit

Permalink
chore[collection]: recommend log
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysunxiao committed Jul 2, 2024
1 parent 56d4954 commit 20ee236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orm/src/main/java/com/zfoo/orm/manager/OrmManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ private Map<Class<? extends IEntity<?>>, EntityDef> entityClass() {
.map(it -> it.getKey().getSimpleName())
.toList();
if (CollectionUtils.isNotEmpty(unsafeList)) {
logger.info("In order to improve performance, highly recommend using CopyOnWriteArrayList or ConcurrentHashMap in @EntityCache:[{}]"
logger.info("In order to improve performance, highly recommend using CopyOnWriteArrayList or CopyOnWriteHashMap in @EntityCache:[{}]"
, StringUtils.joinWith(", ", unsafeList.toArray()));
}

Expand Down

0 comments on commit 20ee236

Please sign in to comment.