Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-09-18 08:41:22 +0000
committerAlexander Kurtakov2018-09-18 08:41:22 +0000
commit653f7fea9a0550548b37d31306401252c3915cfe (patch)
tree3f3bc7a7d1f311566beda5e31ee4500863bd50c4 /tests
parentf357c54bfa3babcd7a000bb4708924823d44624d (diff)
downloadeclipse.platform.swt-653f7fea9a0550548b37d31306401252c3915cfe.tar.gz
eclipse.platform.swt-653f7fea9a0550548b37d31306401252c3915cfe.tar.xz
eclipse.platform.swt-653f7fea9a0550548b37d31306401252c3915cfe.zip
Remove unneeded SuppressWarning.
Change-Id: I9596050d28f33156ea6aea9f11dcce17cd4a2f0a Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/org.eclipse.swt.tests.gtk/ManualTests/org/eclipse/swt/tests/gtk/snippets/Bug536141_BrowserFunctionLostReload.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/org.eclipse.swt.tests.gtk/ManualTests/org/eclipse/swt/tests/gtk/snippets/Bug536141_BrowserFunctionLostReload.java b/tests/org.eclipse.swt.tests.gtk/ManualTests/org/eclipse/swt/tests/gtk/snippets/Bug536141_BrowserFunctionLostReload.java
index 09dec0b2aa..378f36d3c0 100644
--- a/tests/org.eclipse.swt.tests.gtk/ManualTests/org/eclipse/swt/tests/gtk/snippets/Bug536141_BrowserFunctionLostReload.java
+++ b/tests/org.eclipse.swt.tests.gtk/ManualTests/org/eclipse/swt/tests/gtk/snippets/Bug536141_BrowserFunctionLostReload.java
@@ -81,7 +81,6 @@ public class Bug536141_BrowserFunctionLostReload {
// BrowserFunction Code
- @SuppressWarnings("unused")
final BrowserFunction function = new CustomFunction (browser, "theJavaFunction");
Button create = new Button (shell, SWT.PUSH);

Back to the top