Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-11-21 06:33:40 +0000
committerAlexander Kurtakov2020-11-21 06:33:56 +0000
commit49305ffef5cd73c2813508440bad5e3e510aa309 (patch)
treed09ee67a1bc8c6a21c28bb18c671d3dab23056ff
parent79dc434a6073a2650bc8c82335dbd8849d6bb625 (diff)
downloadeclipse.platform.debug-49305ffef5cd73c2813508440bad5e3e510aa309.tar.gz
eclipse.platform.debug-49305ffef5cd73c2813508440bad5e3e510aa309.tar.xz
eclipse.platform.debug-49305ffef5cd73c2813508440bad5e3e510aa309.zip
Bug 507626 - Fix javadoc errorsI20201121-0600
Change-Id: I752388a4b178b7ff9ee2b39b248cddf57a1884c5 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--org.eclipse.unittest.ui/src/org/eclipse/unittest/ui/ITestViewSupport.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.unittest.ui/src/org/eclipse/unittest/ui/ITestViewSupport.java b/org.eclipse.unittest.ui/src/org/eclipse/unittest/ui/ITestViewSupport.java
index a03075e02..9894b21c2 100644
--- a/org.eclipse.unittest.ui/src/org/eclipse/unittest/ui/ITestViewSupport.java
+++ b/org.eclipse.unittest.ui/src/org/eclipse/unittest/ui/ITestViewSupport.java
@@ -78,7 +78,7 @@ public interface ITestViewSupport {
* @param shell a parent {@link Shell} instance
* @param failure a test element that is failed
* @param traceLine a stack trace or an error message text
- * @return an action to open a failure trace element, or <code>null</null>
+ * @return an action to open a failure trace element, or <code>null</code>
*/
IAction createOpenEditorAction(Shell shell, ITestElement failure, String traceLine);

Back to the top