Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2014-07-21 17:42:11 +0000
committerAlexander Kurtakov2014-07-21 17:42:11 +0000
commit09cfe393cadcc6af1f04e0253e0a32ffe94fa83a (patch)
tree1ac958041ea2c43433131435dc30f0e2f76e8e4a /examples
parent5e84f7bd99a883a2b08c1d596f44e1e38be759a1 (diff)
downloadeclipse.platform.swt-09cfe393cadcc6af1f04e0253e0a32ffe94fa83a.tar.gz
eclipse.platform.swt-09cfe393cadcc6af1f04e0253e0a32ffe94fa83a.tar.xz
eclipse.platform.swt-09cfe393cadcc6af1f04e0253e0a32ffe94fa83a.zip
Add missing Deprecated annotation.
Change-Id: I5bd40dd07703a3c212523dd63b54149a1cdd3485 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet174.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet174.java b/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet174.java
index faf7b2586d..3882120655 100644
--- a/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet174.java
+++ b/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet174.java
@@ -38,6 +38,7 @@ import org.eclipse.swt.widgets.*;
* is not available anymore.
*
*/
+@Deprecated
public class Snippet174 {
public static void main(String[] args) {

Back to the top