Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2007-09-10 09:58:10 +0000
committerEike Stepper2007-09-10 09:58:10 +0000
commita448c447c3de30946233cd0592679165524ab0b1 (patch)
tree0e8e20a5d1127cdf550518e72ea94be5bc11c481 /plugins/org.eclipse.emf.cdo.tests.model1/src/org/eclipse/emf/cdo/tests/model1/validation/AddressValidator.java
parent2f2e597d55716836623029b36fe44c67a609b955 (diff)
downloadcdo-a448c447c3de30946233cd0592679165524ab0b1.tar.gz
cdo-a448c447c3de30946233cd0592679165524ab0b1.tar.xz
cdo-a448c447c3de30946233cd0592679165524ab0b1.zip
Changed comment line width from 80 to 120.
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.tests.model1/src/org/eclipse/emf/cdo/tests/model1/validation/AddressValidator.java')
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.model1/src/org/eclipse/emf/cdo/tests/model1/validation/AddressValidator.java8
1 files changed, 3 insertions, 5 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests.model1/src/org/eclipse/emf/cdo/tests/model1/validation/AddressValidator.java b/plugins/org.eclipse.emf.cdo.tests.model1/src/org/eclipse/emf/cdo/tests/model1/validation/AddressValidator.java
index 203cf97836..e141d1eef4 100644
--- a/plugins/org.eclipse.emf.cdo.tests.model1/src/org/eclipse/emf/cdo/tests/model1/validation/AddressValidator.java
+++ b/plugins/org.eclipse.emf.cdo.tests.model1/src/org/eclipse/emf/cdo/tests/model1/validation/AddressValidator.java
@@ -7,11 +7,9 @@
package org.eclipse.emf.cdo.tests.model1.validation;
/**
- * A sample validator interface for
- * {@link org.eclipse.emf.cdo.tests.model1.Address}. 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
+ * A sample validator interface for {@link org.eclipse.emf.cdo.tests.model1.Address}. 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 AddressValidator

Back to the top