Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2020-09-14 05:58:43 +0000
committerLars Vogel2020-09-14 05:58:43 +0000
commit5fbd42a5df9c62872739bade37f269ceb239a493 (patch)
treea3d14bf673a91cd0fe1c32f0d64389ac1f7e23d6
parentd83d4b7bc263bebad1f94ba44c2fd7635ddd62c8 (diff)
downloadeclipse.platform.ui-5fbd42a5df9c62872739bade37f269ceb239a493.tar.gz
eclipse.platform.ui-5fbd42a5df9c62872739bade37f269ceb239a493.tar.xz
eclipse.platform.ui-5fbd42a5df9c62872739bade37f269ceb239a493.zip
Bug 566317 - Adding param description
-rw-r--r--bundles/org.eclipse.jface/src/org/eclipse/jface/util/Util.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.jface/src/org/eclipse/jface/util/Util.java b/bundles/org.eclipse.jface/src/org/eclipse/jface/util/Util.java
index 7b80bf0816e..a1393d2d44e 100644
--- a/bundles/org.eclipse.jface/src/org/eclipse/jface/util/Util.java
+++ b/bundles/org.eclipse.jface/src/org/eclipse/jface/util/Util.java
@@ -698,7 +698,7 @@ public final class Util {
/**
* Helper method to check if a widget is not null and not disposed
*
- * @param widget
+ * @param widget to be checked
* @return true if widget is not disposed or null, false otherwise
* @since 3.22
*/

Back to the top