Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.emf.teneo.samples/src/org/eclipse/emf/teneo/rental/validation/RentalCarValidator.java')
-rwxr-xr-xtests/org.eclipse.emf.teneo.samples/src/org/eclipse/emf/teneo/rental/validation/RentalCarValidator.java9
1 files changed, 5 insertions, 4 deletions
diff --git a/tests/org.eclipse.emf.teneo.samples/src/org/eclipse/emf/teneo/rental/validation/RentalCarValidator.java b/tests/org.eclipse.emf.teneo.samples/src/org/eclipse/emf/teneo/rental/validation/RentalCarValidator.java
index d4d4299eb..b123419cb 100755
--- a/tests/org.eclipse.emf.teneo.samples/src/org/eclipse/emf/teneo/rental/validation/RentalCarValidator.java
+++ b/tests/org.eclipse.emf.teneo.samples/src/org/eclipse/emf/teneo/rental/validation/RentalCarValidator.java
@@ -9,10 +9,11 @@ package org.eclipse.emf.teneo.rental.validation;
import org.eclipse.emf.teneo.rental.RentalCarSize;
/**
- * A sample validator interface for {@link org.eclipse.emf.teneo.rental.RentalCar}.
- * 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.
+ * A sample validator interface for {@link org.eclipse.emf.teneo.rental.RentalCar}. 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 RentalCarValidator {
boolean validate();

Back to the top