Skip to content

Commit

Permalink
536385: Marketplace client does not open when Eclipse is renamed
Browse files Browse the repository at this point in the history
Fixed syntax error

Bug: 536385
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=536385
  • Loading branch information
creckord committed Jun 28, 2018
1 parent 0768d83 commit 9678b04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ public void save(File registryFile) {
}
} catch (Throwable t) {
// fail safe
MarketplaceClientUi.error(t)
MarketplaceClientUi.error(t);
}
}

Expand Down

0 comments on commit 9678b04

Please sign in to comment.