Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/org.eclipse.emf.teneo.samples/src/com/example/car/validation/CarTireValidator.java')
-rw-r--r--examples/org.eclipse.emf.teneo.samples/src/com/example/car/validation/CarTireValidator.java20
1 files changed, 0 insertions, 20 deletions
diff --git a/examples/org.eclipse.emf.teneo.samples/src/com/example/car/validation/CarTireValidator.java b/examples/org.eclipse.emf.teneo.samples/src/com/example/car/validation/CarTireValidator.java
deleted file mode 100644
index 4f0a30624..000000000
--- a/examples/org.eclipse.emf.teneo.samples/src/com/example/car/validation/CarTireValidator.java
+++ /dev/null
@@ -1,20 +0,0 @@
-/**
- * <copyright>
- * </copyright>
- *
- * $Id: CarTireValidator.java,v 1.1 2007/08/10 20:17:32 mtaal Exp $
- */
-package com.example.car.validation;
-
-
-/**
- * A sample validator interface for {@link com.example.car.CarTire}.
- * This doesn't really do anything, and it's not a real EMF artifact.
- * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended.
- * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false.
- */
-public interface CarTireValidator {
- boolean validate();
-
- boolean validateName(String value);
-}

Back to the top