Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenoit Maggi2017-11-27 14:18:35 +0000
committerBenoit Maggi2017-11-27 14:18:35 +0000
commit1fc9aedc20221172af1dbfd78a347a48638c9328 (patch)
treeeb743aea824136507b0ad6215817057f0e6d6334 /plugins/infra/emf
parentbec8f30155de2a10bdb76094daa3ff3313120876 (diff)
downloadorg.eclipse.papyrus-1fc9aedc20221172af1dbfd78a347a48638c9328.tar.gz
org.eclipse.papyrus-1fc9aedc20221172af1dbfd78a347a48638c9328.tar.xz
org.eclipse.papyrus-1fc9aedc20221172af1dbfd78a347a48638c9328.zip
[Quality] Replace enterprise id by name
Replace/by VL222926/Vincent Lorenzo PT202707/Patrick Tessier QL238289/Quentin Le Menez RS211865/Remi Schnekenburger AC221913/Arnaud Cuccuru JC236769/Juan Cadavid Change-Id: I2f3311671289d81c93ab12b74b9cb1940618b3ee Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
Diffstat (limited to 'plugins/infra/emf')
-rw-r--r--plugins/infra/emf/org.eclipse.papyrus.infra.emf/src/org/eclipse/papyrus/infra/emf/utils/EMFContants.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/infra/emf/org.eclipse.papyrus.infra.emf/src/org/eclipse/papyrus/infra/emf/utils/EMFContants.java b/plugins/infra/emf/org.eclipse.papyrus.infra.emf/src/org/eclipse/papyrus/infra/emf/utils/EMFContants.java
index 18c0a6310d7..e1335d945bb 100644
--- a/plugins/infra/emf/org.eclipse.papyrus.infra.emf/src/org/eclipse/papyrus/infra/emf/utils/EMFContants.java
+++ b/plugins/infra/emf/org.eclipse.papyrus.infra.emf/src/org/eclipse/papyrus/infra/emf/utils/EMFContants.java
@@ -16,7 +16,7 @@ package org.eclipse.papyrus.infra.emf.utils;
/**
* Thyis class defines some useful constants for EMF
*
- * @author vl222926
+ * @author Vincent Lorenzo
*
*/
public class EMFContants {

Back to the top