Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsholl2007-02-14 16:02:53 +0000
committerjsholl2007-02-14 16:02:53 +0000
commit1379ff746f68f3383616ba30c992cf6ab6e33c4d (patch)
treeb8a0fc64ad0a234f3b039751365d9d650c0bab98 /plugins/org.eclipse.jst.j2ee.core/j2ee-validation/org/eclipse
parent0099cbf6c8c6d2c07b8d96d5489a79b91d06e326 (diff)
downloadwebtools.javaee-1379ff746f68f3383616ba30c992cf6ab6e33c4d.tar.gz
webtools.javaee-1379ff746f68f3383616ba30c992cf6ab6e33c4d.tar.xz
webtools.javaee-1379ff746f68f3383616ba30c992cf6ab6e33c4d.zip
[110823] Clean up compilation and deprecation warnings
Diffstat (limited to 'plugins/org.eclipse.jst.j2ee.core/j2ee-validation/org/eclipse')
-rw-r--r--plugins/org.eclipse.jst.j2ee.core/j2ee-validation/org/eclipse/jst/j2ee/model/internal/validation/EarValidator.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.jst.j2ee.core/j2ee-validation/org/eclipse/jst/j2ee/model/internal/validation/EarValidator.java b/plugins/org.eclipse.jst.j2ee.core/j2ee-validation/org/eclipse/jst/j2ee/model/internal/validation/EarValidator.java
index efc2f3a12..359572002 100644
--- a/plugins/org.eclipse.jst.j2ee.core/j2ee-validation/org/eclipse/jst/j2ee/model/internal/validation/EarValidator.java
+++ b/plugins/org.eclipse.jst.j2ee.core/j2ee-validation/org/eclipse/jst/j2ee/model/internal/validation/EarValidator.java
@@ -400,7 +400,7 @@ public class EarValidator extends J2EEValidator {
} else if(ref.isClient())
validateAppClientRefs(ref);
} catch (ArchiveWrappedException ex) {
- Exception nested = ex.getNestedException();
+// Exception nested = ex.getNestedException();
String[] params = new String[1];
params[0] = ref.getUri();
addError(EREF_CATEGORY, ERROR_MODULE_DD_FILE_NOT_FOUND, params);

Back to the top