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/views
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/views')
-rw-r--r--plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/matching/HashCodeCalculus.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/matching/HashCodeCalculus.java b/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/matching/HashCodeCalculus.java
index 39d2947c347..59b882fe67a 100644
--- a/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/matching/HashCodeCalculus.java
+++ b/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/src/org/eclipse/papyrus/views/modelexplorer/matching/HashCodeCalculus.java
@@ -19,7 +19,7 @@ import org.eclipse.emf.ecore.EReference;
/**
* This code is used to ensure the same way to calculate hashcode
*
- * @author PT202707
+ * @author Patrick Tessier
*
*/
public class HashCodeCalculus {

Back to the top