Skip to content

Commit

Permalink
eclipse-capella#122 Fix code smells
Browse files Browse the repository at this point in the history
Change-Id: Ibde37838530d290d267f1d6b370751cd30b55f23
  • Loading branch information
arnauddieumegard committed Apr 22, 2021
1 parent a311b04 commit 1c5f546
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class CapellaExtensionProjectWizard extends NewExtensionProjectWizard {
/**
* Adding the page to the wizard.
*/

@Override
public void addPages() {
page = new NewExtensionProjectPage(selection, "org.polarsys.capella.viewpoint");
addPage(page);
Expand Down

0 comments on commit 1c5f546

Please sign in to comment.