Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid_williams2007-04-10 01:23:57 +0000
committerdavid_williams2007-04-10 01:23:57 +0000
commit397fbb59fdcb175ea1b6cbad63ad32a8aa74ad23 (patch)
treeb8e5d7fc024ba52080fe2fc0d0bd2a2134877b13 /plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/InstantiationFactory.java
parent1abfef9ae7207ebdcbd8d382f136571101e4df34 (diff)
downloadwebtools.javaee-397fbb59fdcb175ea1b6cbad63ad32a8aa74ad23.tar.gz
webtools.javaee-397fbb59fdcb175ea1b6cbad63ad32a8aa74ad23.tar.xz
webtools.javaee-397fbb59fdcb175ea1b6cbad63ad32a8aa74ad23.zip
avoid catch (Throwable) and I removed cvs tags
Diffstat (limited to 'plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/InstantiationFactory.java')
-rw-r--r--plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/InstantiationFactory.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/InstantiationFactory.java b/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/InstantiationFactory.java
index 9eed1667a..ddea33b86 100644
--- a/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/InstantiationFactory.java
+++ b/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/InstantiationFactory.java
@@ -10,8 +10,8 @@
*******************************************************************************/
package org.eclipse.jem.internal.instantiation;
/*
- * $RCSfile: InstantiationFactory.java,v $
- * $Revision: 1.10 $ $Date: 2005/10/28 22:56:46 $
+
+
*/
import org.eclipse.emf.ecore.EFactory;

Back to the top