Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.teneo.jpox/src/org/eclipse/emf/teneo/jpox/cache/EMFHardRefCache.java')
-rw-r--r--plugins/org.eclipse.emf.teneo.jpox/src/org/eclipse/emf/teneo/jpox/cache/EMFHardRefCache.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.teneo.jpox/src/org/eclipse/emf/teneo/jpox/cache/EMFHardRefCache.java b/plugins/org.eclipse.emf.teneo.jpox/src/org/eclipse/emf/teneo/jpox/cache/EMFHardRefCache.java
index 8a3104230..80a60d585 100644
--- a/plugins/org.eclipse.emf.teneo.jpox/src/org/eclipse/emf/teneo/jpox/cache/EMFHardRefCache.java
+++ b/plugins/org.eclipse.emf.teneo.jpox/src/org/eclipse/emf/teneo/jpox/cache/EMFHardRefCache.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: EMFHardRefCache.java,v 1.1 2006/09/13 10:39:53 mtaal Exp $
+ * $Id: EMFHardRefCache.java,v 1.2 2007/02/01 12:36:36 mtaal Exp $
*/
package org.eclipse.emf.teneo.jpox.cache;
@@ -26,7 +26,7 @@ import org.jpox.cache.HardRefCache;
* Implementation of cache to add econtainer control for new objects.
*
* @see java.lang.ref.WeakReference
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
*/
public class EMFHardRefCache extends HardRefCache {
/** Is overridden to repair econtainer references for new objects */

Back to the top