From feb2426115f5676d3d744b0f23095cf2839a6d4a Mon Sep 17 00:00:00 2001 From: Lars Vogel Date: Fri, 26 Jun 2026 11:30:27 +0200 Subject: [PATCH] Fix Javadoc typos in IDEApplication Correct copy-paste leftovers: the showChooseWorkspaceDialog @param lines repeated the parameter name, and the compareWorkspaceAndIdeVersions return description said "IDE" where it meant "workspace". --- .../ui/internal/ide/application/IDEApplication.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bundles/org.eclipse.ui.ide.application/src/org/eclipse/ui/internal/ide/application/IDEApplication.java b/bundles/org.eclipse.ui.ide.application/src/org/eclipse/ui/internal/ide/application/IDEApplication.java index 5ae75769acb..74c9bda7cc4 100644 --- a/bundles/org.eclipse.ui.ide.application/src/org/eclipse/ui/internal/ide/application/IDEApplication.java +++ b/bundles/org.eclipse.ui.ide.application/src/org/eclipse/ui/internal/ide/application/IDEApplication.java @@ -592,8 +592,8 @@ private URL promptForWorkspace(Shell shell, ChooseWorkspaceData launchData, /** * Show the choose workspace dialog to the user (if needed). - * @param shell parentShell the parent shell for this dialog - * @param launchData launchData the launch data from past launches + * @param shell the parent shell for this dialog + * @param launchData the launch data from past launches * @param force true if the dialog should be opened regardless of the value * of the show dialog checkbox */ @@ -741,9 +741,9 @@ protected void hideSplash(Shell shell) { * */