Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.examples.hibernate.server/src/org/eclipse/emf/cdo/examples/hibernate/server/CDOExampleEFeatureAnnotator.java')
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.hibernate.server/src/org/eclipse/emf/cdo/examples/hibernate/server/CDOExampleEFeatureAnnotator.java66
1 files changed, 33 insertions, 33 deletions
diff --git a/plugins/org.eclipse.emf.cdo.examples.hibernate.server/src/org/eclipse/emf/cdo/examples/hibernate/server/CDOExampleEFeatureAnnotator.java b/plugins/org.eclipse.emf.cdo.examples.hibernate.server/src/org/eclipse/emf/cdo/examples/hibernate/server/CDOExampleEFeatureAnnotator.java
index a418b521a8..ad91931ce6 100644
--- a/plugins/org.eclipse.emf.cdo.examples.hibernate.server/src/org/eclipse/emf/cdo/examples/hibernate/server/CDOExampleEFeatureAnnotator.java
+++ b/plugins/org.eclipse.emf.cdo.examples.hibernate.server/src/org/eclipse/emf/cdo/examples/hibernate/server/CDOExampleEFeatureAnnotator.java
@@ -1,33 +1,33 @@
-/*
- * Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Eike Stepper - initial API and implementation
- */
-package org.eclipse.emf.cdo.examples.hibernate.server;
-
-import org.eclipse.emf.cdo.server.hibernate.teneo.CDOEFeatureAnnotator;
-
-import org.eclipse.net4j.util.io.IOUtil;
-
-import org.eclipse.emf.teneo.annotations.pamodel.PAnnotatedEStructuralFeature;
-
-/**
- * An example of providing an extension for Teneo Mapping. See <a
- * href="http://wiki.eclipse.org/Teneo/Hibernate/Extensions">here</a> for more information on Teneo extensions.
- *
- * @author Martin Taal
- */
-public class CDOExampleEFeatureAnnotator extends CDOEFeatureAnnotator
-{
- @Override
- public void annotate(PAnnotatedEStructuralFeature aStructuralFeature)
- {
- IOUtil.ERR().println("CDOExampleEFeatureAnnotator: this method is called as expected"); //$NON-NLS-1$
- super.annotate(aStructuralFeature);
- }
-}
+/*
+ * Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Eike Stepper - initial API and implementation
+ */
+package org.eclipse.emf.cdo.examples.hibernate.server;
+
+import org.eclipse.emf.cdo.server.hibernate.teneo.CDOEFeatureAnnotator;
+
+import org.eclipse.net4j.util.io.IOUtil;
+
+import org.eclipse.emf.teneo.annotations.pamodel.PAnnotatedEStructuralFeature;
+
+/**
+ * An example of providing an extension for Teneo Mapping. See <a
+ * href="http://wiki.eclipse.org/Teneo/Hibernate/Extensions">here</a> for more information on Teneo extensions.
+ *
+ * @author Martin Taal
+ */
+public class CDOExampleEFeatureAnnotator extends CDOEFeatureAnnotator
+{
+ @Override
+ public void annotate(PAnnotatedEStructuralFeature aStructuralFeature)
+ {
+ IOUtil.ERR().println("CDOExampleEFeatureAnnotator: this method is called as expected"); //$NON-NLS-1$
+ super.annotate(aStructuralFeature);
+ }
+}

Back to the top