Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrillzotkin committed Feb 16, 2018
1 parent 15d17c5 commit 03cb019
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -356,7 +356,7 @@ public ECPContainer getModelContext(Object element) {
}
}
} else if (element instanceof EObject) {
return getModelContextFromAdapter(((EObject) element).eContainer().eResource());
return getModelContext(((EObject) element).eResource());
}
return super.getModelContext(element);
}
Expand Down

0 comments on commit 03cb019

Please sign in to comment.