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/misc
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/misc')
-rw-r--r--plugins/infra/misc/org.eclipse.papyrus.infra.hyperlink/src/org/eclipse/papyrus/infra/hyperlink/helper/WebHyperLinkHelper.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/infra/misc/org.eclipse.papyrus.infra.hyperlink/src/org/eclipse/papyrus/infra/hyperlink/helper/WebHyperLinkHelper.java b/plugins/infra/misc/org.eclipse.papyrus.infra.hyperlink/src/org/eclipse/papyrus/infra/hyperlink/helper/WebHyperLinkHelper.java
index 26b1a62ecd3..c79a83992d4 100644
--- a/plugins/infra/misc/org.eclipse.papyrus.infra.hyperlink/src/org/eclipse/papyrus/infra/hyperlink/helper/WebHyperLinkHelper.java
+++ b/plugins/infra/misc/org.eclipse.papyrus.infra.hyperlink/src/org/eclipse/papyrus/infra/hyperlink/helper/WebHyperLinkHelper.java
@@ -34,7 +34,7 @@ import org.eclipse.swt.widgets.Shell;
/**
* this is an helper to manager hyperlink web
*
- * @author PT202707
+ * @author Patrick Tessier
*
*/
public class WebHyperLinkHelper extends AbstractHyperLinkHelper {

Back to the top