Fix Typo in MergeContext.java

mergeEntity the *merge* entity
This commit is contained in:
Nicholas Kim 2017-01-26 04:21:04 +09:00 committed by GitHub
parent cbaa1e1fbc
commit 56cd7263d1
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ class MergeContext implements Map {
* method is called, then <code>managedEntity</code> must be the same as what is already associated * method is called, then <code>managedEntity</code> must be the same as what is already associated
* with <code>mergeEntity</code>. * 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 managedEntity the managed entity; must be non-null
* @param isOperatedOn indicates if the merge operation is performed on the mergeEntity. * @param isOperatedOn indicates if the merge operation is performed on the mergeEntity.
* *