Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcbateman2010-03-02 16:26:23 +0000
committercbateman2010-03-02 16:26:23 +0000
commita9d1a1d2fc48acaaa181e1002e0c71d80fea0593 (patch)
tree92e515454d36bbce6d54c61b4c9c1a4438d4716c /jsf/plugins/org.eclipse.jst.jsf.ui/src/org
parent4808e9c258bedaf22e652c9ec76f6875f0cb927f (diff)
downloadwebtools.jsf-a9d1a1d2fc48acaaa181e1002e0c71d80fea0593.tar.gz
webtools.jsf-a9d1a1d2fc48acaaa181e1002e0c71d80fea0593.tar.xz
webtools.jsf-a9d1a1d2fc48acaaa181e1002e0c71d80fea0593.zip
Fix warnings.
Diffstat (limited to 'jsf/plugins/org.eclipse.jst.jsf.ui/src/org')
-rw-r--r--jsf/plugins/org.eclipse.jst.jsf.ui/src/org/eclipse/jst/jsf/ui/internal/project/facet/JSFLibraryPropertyPage.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/jsf/plugins/org.eclipse.jst.jsf.ui/src/org/eclipse/jst/jsf/ui/internal/project/facet/JSFLibraryPropertyPage.java b/jsf/plugins/org.eclipse.jst.jsf.ui/src/org/eclipse/jst/jsf/ui/internal/project/facet/JSFLibraryPropertyPage.java
index f828a3b7b..518d46dde 100644
--- a/jsf/plugins/org.eclipse.jst.jsf.ui/src/org/eclipse/jst/jsf/ui/internal/project/facet/JSFLibraryPropertyPage.java
+++ b/jsf/plugins/org.eclipse.jst.jsf.ui/src/org/eclipse/jst/jsf/ui/internal/project/facet/JSFLibraryPropertyPage.java
@@ -10,6 +10,7 @@ import org.eclipse.wst.common.project.facet.core.ProjectFacetsManager;
* TODO
*
*/
+@SuppressWarnings("deprecation")
public final class JSFLibraryPropertyPage
extends FacetLibraryPropertyPage

Back to the top