Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2010-02-04 17:02:58 +0000
committerEike Stepper2010-02-04 17:02:58 +0000
commit9a0ea0f0e8b361a7617589cdbc6b5e0bfba79bf1 (patch)
tree866076b89ad64d90c9428464043dbf58a091d6bc /plugins/org.gastro.rcp.table
parent0f8362da8eec6bf3a50e75f16a40bbe398d6ed33 (diff)
downloadcdo-9a0ea0f0e8b361a7617589cdbc6b5e0bfba79bf1.tar.gz
cdo-9a0ea0f0e8b361a7617589cdbc6b5e0bfba79bf1.tar.xz
cdo-9a0ea0f0e8b361a7617589cdbc6b5e0bfba79bf1.zip
fixed warnings
Diffstat (limited to 'plugins/org.gastro.rcp.table')
-rw-r--r--plugins/org.gastro.rcp.table/.settings/org.eclipse.jdt.core.prefs2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.gastro.rcp.table/.settings/org.eclipse.jdt.core.prefs b/plugins/org.gastro.rcp.table/.settings/org.eclipse.jdt.core.prefs
index feea8fbd54..9224c5b4e8 100644
--- a/plugins/org.gastro.rcp.table/.settings/org.eclipse.jdt.core.prefs
+++ b/plugins/org.gastro.rcp.table/.settings/org.eclipse.jdt.core.prefs
@@ -76,7 +76,7 @@ org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled
org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore
org.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning
org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning
-org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=warning
+org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=ignore
org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning
org.eclipse.jdt.core.compiler.problem.unnecessaryElse=warning
org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=warning

Back to the top