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:
authorcbridgha2005-08-24 14:01:34 +0000
committercbridgha2005-08-24 14:01:34 +0000
commit3698604f0cd90edd1f3b8641d904a356279ea5eb (patch)
tree055c01ccc42f90b854f8dd475c8f9a61573de021 /plugins/org.eclipse.jst.j2ee.core/mofj2ee/org/eclipse/jst/j2ee/ejb
parentea612e719f2d43a4787b3a4d6babab5ffac5b94b (diff)
downloadwebtools.javaee-3698604f0cd90edd1f3b8641d904a356279ea5eb.tar.gz
webtools.javaee-3698604f0cd90edd1f3b8641d904a356279ea5eb.tar.xz
webtools.javaee-3698604f0cd90edd1f3b8641d904a356279ea5eb.zip
[nobug] Fixing problem with regen
Diffstat (limited to 'plugins/org.eclipse.jst.j2ee.core/mofj2ee/org/eclipse/jst/j2ee/ejb')
-rw-r--r--plugins/org.eclipse.jst.j2ee.core/mofj2ee/org/eclipse/jst/j2ee/ejb/internal/impl/EJBRelationshipRoleImpl.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.jst.j2ee.core/mofj2ee/org/eclipse/jst/j2ee/ejb/internal/impl/EJBRelationshipRoleImpl.java b/plugins/org.eclipse.jst.j2ee.core/mofj2ee/org/eclipse/jst/j2ee/ejb/internal/impl/EJBRelationshipRoleImpl.java
index 4574a1b67..686a531af 100644
--- a/plugins/org.eclipse.jst.j2ee.core/mofj2ee/org/eclipse/jst/j2ee/ejb/internal/impl/EJBRelationshipRoleImpl.java
+++ b/plugins/org.eclipse.jst.j2ee.core/mofj2ee/org/eclipse/jst/j2ee/ejb/internal/impl/EJBRelationshipRoleImpl.java
@@ -84,7 +84,7 @@ public class EJBRelationshipRoleImpl extends EObjectImpl implements EJBRelations
protected EList fAttributes = null;
protected String fName = null;
protected IRoleShapeStrategy roleShapeStrategy;
- private static final String ROLE_STRATEGY_CLASS_NAME = "org.eclipse.jst.j2ee.internal.ejb.impl.EJB20FlattenedRoleShapeStrategy"; //$NON-NLS-1$
+ private static final String ROLE_STRATEGY_CLASS_NAME = "org.eclipse.jst.j2ee.ejb.internal.impl.EJB20FlattenedRoleShapeStrategy"; //$NON-NLS-1$
private static final String COMMON_ROLE_CLASS_NAME = "org.eclipse.jst.j2ee.ejb.CommonRelationshipRole"; //$NON-NLS-1$
private static Class COMMON_ROLE_CLASS;
private static Class ROLE_STRATEGY_CLASS;

Back to the top