Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down Expand Up @@ -741,9 +741,9 @@ protected void hideSplash(Shell shell) {
* <ul>
* <li>A negative integer if the workspace has a version less than that
* of the IDE.</li>
* <li>A positive integer if the IDE has a version greater than that of
* the IDE.</li>
* <li>{@code 0} if the IDE has version equal to the IDE, or if the
* <li>A positive integer if the workspace has a version greater than that
* of the IDE.</li>
* <li>{@code 0} if the workspace has a version equal to the IDE, or if the
* workspace has no version at all.</li>
* </ul>
*/
Expand Down
Loading