Fix Typo in MergeContext.java
mergeEntity the *merge* entity
This commit is contained in:
parent
cbaa1e1fbc
commit
56cd7263d1
|
@ -215,7 +215,7 @@ class MergeContext implements Map {
|
|||
* method is called, then <code>managedEntity</code> must be the same as what is already associated
|
||||
* with <code>mergeEntity</code>.
|
||||
*
|
||||
* @param mergeEntity the mergge entity; must be non-null
|
||||
* @param mergeEntity the merge entity; must be non-null
|
||||
* @param managedEntity the managed entity; must be non-null
|
||||
* @param isOperatedOn indicates if the merge operation is performed on the mergeEntity.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue