Merge pull request #3034 from ebean-orm/feature/3033

#3033 - Fix for ConcurrentModificationException introduced in 13.17.1
This commit is contained in:
Rob Bygrave
2023-04-21 00:50:23 +12:00
committed by GitHub
@@ -128,7 +128,6 @@ public final class InterceptReadWrite implements EntityBeanIntercept {
(lazyLoadProperty > -1 ? (", lazyLoadProperty=" + lazyLoadProperty) : "") +
", loader=" + beanLoader +
(ownerId != null ? (", ownerId=" + ownerId) : "") +
", owner=" + owner +
'}';
}