Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2010-05-18 07:52:57 +0000
committerEike Stepper2010-05-18 07:52:57 +0000
commitf8c36cedd508c39ba8e70d78a1f517113b6a3246 (patch)
tree76a9d3146314d6ac854d9e36a10abd320ba2fe34 /plugins/org.eclipse.emf.cdo.examples
parentcc81098240cdf29be08ceab1361b4cd7f3bacc4c (diff)
downloadcdo-f8c36cedd508c39ba8e70d78a1f517113b6a3246.tar.gz
cdo-f8c36cedd508c39ba8e70d78a1f517113b6a3246.tar.xz
cdo-f8c36cedd508c39ba8e70d78a1f517113b6a3246.zip
fixed restriction warnings
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.examples')
-rw-r--r--plugins/org.eclipse.emf.cdo.examples/src/org/eclipse/emf/cdo/examples/StandaloneManualExample.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.examples/src/org/eclipse/emf/cdo/examples/StandaloneManualExample.java b/plugins/org.eclipse.emf.cdo.examples/src/org/eclipse/emf/cdo/examples/StandaloneManualExample.java
index c0a68bb5e8..9b702c2cff 100644
--- a/plugins/org.eclipse.emf.cdo.examples/src/org/eclipse/emf/cdo/examples/StandaloneManualExample.java
+++ b/plugins/org.eclipse.emf.cdo.examples/src/org/eclipse/emf/cdo/examples/StandaloneManualExample.java
@@ -38,7 +38,6 @@ import java.util.concurrent.ThreadFactory;
*/
public class StandaloneManualExample
{
- @SuppressWarnings("restriction")
public static void main(String[] args)
{
// Enable logging and tracing

Back to the top