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/properties
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/properties')
-rw-r--r--plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/widgets/CompletionStyledTextReferenceDialog.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/widgets/CompletionStyledTextReferenceDialog.java b/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/widgets/CompletionStyledTextReferenceDialog.java
index a13b64bc544..7778e32eb0f 100644
--- a/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/widgets/CompletionStyledTextReferenceDialog.java
+++ b/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/widgets/CompletionStyledTextReferenceDialog.java
@@ -19,7 +19,7 @@ import org.eclipse.papyrus.infra.widgets.util.IPapyrusConverter;
import org.eclipse.swt.widgets.Composite;
/**
- * @author VL222926
+ * @author Vincent Lorenzo
*
*/
public class CompletionStyledTextReferenceDialog extends AbstractPropertyEditor {

Back to the top