Skip to content

Commit 3757732

Browse files
committed
fix mistake in javadoc
1 parent 9998162 commit 3757732

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

-2
Original file line numberDiff line numberDiff line change
@@ -383,8 +383,6 @@ public interface StatelessSession extends SharedSessionContract {
383383
*
384384
* @param entityGraph The {@link EntityGraph}, interpreted as a
385385
* {@linkplain org.hibernate.graph.GraphSemantic#LOAD load graph}
386-
* @param graphSemantic a {@link GraphSemantic} specifying
387-
* how the graph should be interpreted
388386
* @param ids The ids of the entities to retrieve
389387
* @return an ordered list of detached entity instances, with
390388
* null elements representing missing entities

0 commit comments

Comments
 (0)