Skip to content

Commit

Permalink
509684: Use old version of EditUIUtil.getURI
Browse files Browse the repository at this point in the history
The other one was introduced in EMF 2.11

Change-Id: I7e699373d9715c8cf01ab01b259246a30fa11d22
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=509684
  • Loading branch information
LorenzoBettini committed Dec 29, 2016
1 parent 581eb34 commit 7ce0a83
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -937,7 +937,7 @@ protected void createContextMenuFor(StructuredViewer viewer)
*/
public void createModel()
{
URI resourceURI = EditUIUtil.getURI(getEditorInput(), editingDomain.getResourceSet().getURIConverter());
URI resourceURI = EditUIUtil.getURI(getEditorInput());
Exception exception = null;
Resource resource = null;
try {
Expand Down

0 comments on commit 7ce0a83

Please sign in to comment.