Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.emf.teneo.samples/src/testinheritance/validation/ChildValidator.java')
-rwxr-xr-xtests/org.eclipse.emf.teneo.samples/src/testinheritance/validation/ChildValidator.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/org.eclipse.emf.teneo.samples/src/testinheritance/validation/ChildValidator.java b/tests/org.eclipse.emf.teneo.samples/src/testinheritance/validation/ChildValidator.java
index a0407f937..42405daa1 100755
--- a/tests/org.eclipse.emf.teneo.samples/src/testinheritance/validation/ChildValidator.java
+++ b/tests/org.eclipse.emf.teneo.samples/src/testinheritance/validation/ChildValidator.java
@@ -6,12 +6,12 @@
*/
package testinheritance.validation;
-
/**
- * A sample validator interface for {@link testinheritance.Child}.
- * 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 testinheritance.Child}. 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 ChildValidator {
boolean validate();

Back to the top