Skip to content

Commit 5b4a6df

Browse files
committed
remove a TODO
1 parent da7acbf commit 5b4a6df

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

hibernate-core/src/main/java/org/hibernate/engine/internal/AbstractEntityEntry.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,8 +368,6 @@ private boolean isNonDirtyViaCustomStrategy(Object entity) {
368368
asPersistentAttributeInterceptable( entity ).$$_hibernate_getInterceptor();
369369
if ( interceptor instanceof EnhancementAsProxyLazinessInterceptor ) {
370370
// we never have to check an uninitialized proxy
371-
// TODO: why do we not check !lazinessInterceptor.hasWrittenFieldNames()
372-
// as we do below in isNonDirtyViaTracker() ?
373371
return true;
374372
}
375373
}

0 commit comments

Comments
 (0)