Bug 229823 - Remove restriction from JFace snippet

Change-Id: I444dda18165e31c4e21d7a8ba5c9c868495519dc
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
diff --git a/examples/org.eclipse.jface.snippets/Eclipse JFace Snippets/org/eclipse/jface/snippets/dialogs/SnippetAbstractNotificationPopup.java b/examples/org.eclipse.jface.snippets/Eclipse JFace Snippets/org/eclipse/jface/snippets/dialogs/SnippetAbstractNotificationPopup.java
index b7a5caf..ff9a16a 100644
--- a/examples/org.eclipse.jface.snippets/Eclipse JFace Snippets/org/eclipse/jface/snippets/dialogs/SnippetAbstractNotificationPopup.java
+++ b/examples/org.eclipse.jface.snippets/Eclipse JFace Snippets/org/eclipse/jface/snippets/dialogs/SnippetAbstractNotificationPopup.java
@@ -21,7 +21,6 @@
 import org.eclipse.swt.widgets.Label;
 import org.eclipse.swt.widgets.Shell;
 
-@SuppressWarnings("restriction")
 public class SnippetAbstractNotificationPopup {
 
 	private Display display = new Display();