Skip to content

Commit a406c37

Browse files
elsazaclaeubi
authored andcommitted
Fix Javadoc - update forceCenter description in showAvailableItems()
function in StackRenderer.java
1 parent e9989b9 commit a406c37

File tree

1 file changed

+3
-3
lines changed
  • bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt

1 file changed

+3
-3
lines changed

bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1276,7 +1276,7 @@ public void showList(CTabFolderEvent event) {
12761276
}
12771277

12781278
/**
1279-
* Shows a popup dialog with the list of editors availavle in a given
1279+
* Shows a popup dialog with the list of editors available in a given
12801280
* {@link CTabFolder}. By default the popup origin will be located close to the
12811281
* chevron location.
12821282
*/
@@ -1287,8 +1287,8 @@ public void showAvailableItems(MElementContainer<?> stack, CTabFolder tabFolder)
12871287
/**
12881288
* Shows a popup dialog with the list of editors available in the given
12891289
* CTabFolder. If {@code forceCenter} enabled, the dialog is centered
1290-
* horizontally; otherwise, the dialog origin is placed at chevron location. he
1291-
* dialog is placed at
1290+
* horizontally over the tab folder; otherwise, the dialog is placed at the
1291+
* chevron location.
12921292
*
12931293
* @param forceCenter center the dialog if true
12941294
*/

0 commit comments

Comments
 (0)