commit | 14576e534fe6a2970ba2cb4d92aae682a3bd5e5f | [log] [tgz] |
---|---|---|
author | Andrey Loskutov <loskutov@gmx.de> | Fri Apr 01 08:24:34 2022 +0200 |
committer | Mickael Istria <mistria@redhat.com> | Fri Apr 01 03:16:30 2022 -0400 |
tree | 37bb868ba3cb60bd3f8fbdeee2e0cc8702957054 | |
parent | d30e660750936aee1e87fb3a5cd5715d45a3ad9c [diff] |
Bug 579019 - fixed javadoc Change-Id: I0251464a2299140892d87045bbfa0d73f52fae94 Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/192415 Reviewed-by: Matthias Becker <ma.becker@sap.com> Reviewed-by: Mickael Istria <mistria@redhat.com> Tested-by: Platform Bot <platform-bot@eclipse.org>
diff --git a/bundles/org.eclipse.jface.notifications/src/org/eclipse/jface/notifications/AbstractNotificationPopup.java b/bundles/org.eclipse.jface.notifications/src/org/eclipse/jface/notifications/AbstractNotificationPopup.java index 9f0f650..e83858a 100644 --- a/bundles/org.eclipse.jface.notifications/src/org/eclipse/jface/notifications/AbstractNotificationPopup.java +++ b/bundles/org.eclipse.jface.notifications/src/org/eclipse/jface/notifications/AbstractNotificationPopup.java
@@ -138,7 +138,7 @@ * Clients can override if the window activation shouldn't be added to the popup * or a different behavior is desired by clicking on the popup. * - * @param parentShell + * @param parentShell parent shell for this popup * @return {@code null} if no window activation should be added to the popup * @since 0.5 */