Skip to content

Commit 046ea7a

Browse files
committed
Very minor javadoc change
Signed-off-by: Jan Schatteman <[email protected]>
1 parent b46d2f0 commit 046ea7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hibernate-core/src/main/java/org/hibernate/MultiIdentifierLoadAccess.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ default MultiIdentifierLoadAccess<T> with(RootGraph<T> graph) {
170170
/**
171171
* Should {@link #multiLoad} return entity instances that have been
172172
* {@linkplain Session#remove(Object) marked for removal} in the
173-
* current session, but not yet {@code delete}d in the database?
173+
* current session, but not yet deleted in the database?
174174
* <p>
175175
* By default, instances marked for removal are replaced by null in
176176
* the returned list of entities when {@link #enableOrderedReturn}

hibernate-core/src/main/java/org/hibernate/NaturalIdMultiLoadAccess.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ default NaturalIdMultiLoadAccess<T> with(RootGraph<T> graph) {
116116
/**
117117
* Should {@link #multiLoad} return entity instances that have been
118118
* {@link Session#remove(Object) marked for removal} in the current
119-
* session, but not yet {@code delete}d in the database?
119+
* session, but not yet deleted in the database?
120120
* <p>
121121
* By default, instances marked for removal are replaced by null in
122122
* the returned list of entities when {@link #enableOrderedReturn}

0 commit comments

Comments
 (0)