Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.teneo.jpox.enhanced/src/org/eclipse/emf/teneo/jpox/mapping/JPOXSimpleAnyTypeImpl.java')
-rw-r--r--plugins/org.eclipse.emf.teneo.jpox.enhanced/src/org/eclipse/emf/teneo/jpox/mapping/JPOXSimpleAnyTypeImpl.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.teneo.jpox.enhanced/src/org/eclipse/emf/teneo/jpox/mapping/JPOXSimpleAnyTypeImpl.java b/plugins/org.eclipse.emf.teneo.jpox.enhanced/src/org/eclipse/emf/teneo/jpox/mapping/JPOXSimpleAnyTypeImpl.java
index 0a8d52210..17180c2a4 100644
--- a/plugins/org.eclipse.emf.teneo.jpox.enhanced/src/org/eclipse/emf/teneo/jpox/mapping/JPOXSimpleAnyTypeImpl.java
+++ b/plugins/org.eclipse.emf.teneo.jpox.enhanced/src/org/eclipse/emf/teneo/jpox/mapping/JPOXSimpleAnyTypeImpl.java
@@ -1,7 +1,7 @@
/**
* <copyright>
*
- * Copyright (c) 2005, 2006 Springsite BV (The Netherlands) and others
+ * Copyright (c) 2005, 2006, 2007 Springsite BV (The Netherlands) 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
@@ -11,7 +11,7 @@
* Martin Taal
* </copyright>
*
- * $Id: JPOXSimpleAnyTypeImpl.java,v 1.1 2006/09/13 10:43:14 mtaal Exp $
+ * $Id: JPOXSimpleAnyTypeImpl.java,v 1.2 2007/02/01 12:35:16 mtaal Exp $
*/
package org.eclipse.emf.teneo.jpox.mapping;
@@ -23,7 +23,7 @@ import org.eclipse.emf.ecore.xml.type.impl.SimpleAnyTypeImpl;
* class.
*
* @author <a href="mailto:mtaal@elver.org">Martin Taal</a>
- * @version $Revision: 1.1 $ $Date: 2006/09/13 10:43:14 $
+ * @version $Revision: 1.2 $ $Date: 2007/02/01 12:35:16 $
*/
public class JPOXSimpleAnyTypeImpl extends SimpleAnyTypeImpl {

Back to the top