Skip to content

Commit

Permalink
HHH-7839 Documentation bug at
Browse files Browse the repository at this point in the history
SimpleNaturalIdLoadAccess.getReference(Object naturalIdValue)
  • Loading branch information
brmeyer committed Dec 7, 2012
1 parent 263a841 commit 79cc807
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public interface SimpleNaturalIdLoadAccess {
*
* @param naturalIdValue The value of the natural-id for the entity to retrieve
*
* @return the persistent instance or proxy
* @return The persistent instance or proxy, if an instance exists. Otherwise, {@code null}.
*/
public Object getReference(Object naturalIdValue);

Expand Down

0 comments on commit 79cc807

Please sign in to comment.