Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2021-01-12 05:42:34 +0000
committerAlexander Kurtakov2021-01-12 06:15:40 +0000
commitbe3355c5f84ccee676c98ac19afcffda345193b6 (patch)
tree2ffcd1af3792e5c39ed1a352ddd69b191b55429c /tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests
parent61e59c482c9c1619ff16a200b754c80dbdc7652e (diff)
downloadeclipse.platform.swt-be3355c5f84ccee676c98ac19afcffda345193b6.tar.gz
eclipse.platform.swt-be3355c5f84ccee676c98ac19afcffda345193b6.tar.xz
eclipse.platform.swt-be3355c5f84ccee676c98ac19afcffda345193b6.zip
Remove useless throws declaration in tests.
Change-Id: If05eb1782d93502c8462b975f2b3d1a539cc1566 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests')
-rw-r--r--tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_StyledText.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_StyledText.java b/tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_StyledText.java
index 6706c94458..0e4a1b1222 100644
--- a/tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_StyledText.java
+++ b/tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_StyledText.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2000, 2020 IBM Corporation and others.
+ * Copyright (c) 2000, 2021 IBM Corporation and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0

Back to the top