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/nattable/org.eclipse.papyrus.infra.nattable.common
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/nattable/org.eclipse.papyrus.infra.nattable.common')
-rw-r--r--plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/api/ITableEditorStatusCode.java2
-rw-r--r--plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/api/TableEditorDeleteHelper.java2
-rw-r--r--plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/api/TableEditorFinderHelper.java2
-rwxr-xr-xplugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/handlers/ReloadNattableWidgetInEditorHandler.java2
4 files changed, 4 insertions, 4 deletions
diff --git a/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/api/ITableEditorStatusCode.java b/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/api/ITableEditorStatusCode.java
index 405818cfc6f..9a797e1d704 100644
--- a/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/api/ITableEditorStatusCode.java
+++ b/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/api/ITableEditorStatusCode.java
@@ -19,7 +19,7 @@ import org.eclipse.papyrus.infra.nattable.common.modelresource.PapyrusNattableMo
import org.eclipse.papyrus.infra.nattable.model.nattable.nattableconfiguration.TableConfiguration;
/**
- * @author VL222926
+ * @author Vincent Lorenzo
* This interface provides code which can be used for returned IStatus
*/
public interface ITableEditorStatusCode {
diff --git a/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/api/TableEditorDeleteHelper.java b/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/api/TableEditorDeleteHelper.java
index b7bd42c741a..a9dc28648ba 100644
--- a/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/api/TableEditorDeleteHelper.java
+++ b/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/api/TableEditorDeleteHelper.java
@@ -31,7 +31,7 @@ import org.eclipse.papyrus.infra.services.edit.service.ElementEditServiceUtils;
import org.eclipse.papyrus.infra.services.edit.service.IElementEditService;
/**
- * @author VL222926
+ * @author Vincent Lorenzo
*
*/
public class TableEditorDeleteHelper {
diff --git a/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/api/TableEditorFinderHelper.java b/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/api/TableEditorFinderHelper.java
index 4ba88712761..18f25517f09 100644
--- a/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/api/TableEditorFinderHelper.java
+++ b/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/api/TableEditorFinderHelper.java
@@ -26,7 +26,7 @@ import org.eclipse.papyrus.infra.nattable.common.modelresource.PapyrusNattableMo
import org.eclipse.papyrus.infra.nattable.model.nattable.Table;
/**
- * @author VL222926
+ * @author Vincent Lorenzo
*
*/
public class TableEditorFinderHelper {
diff --git a/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/handlers/ReloadNattableWidgetInEditorHandler.java b/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/handlers/ReloadNattableWidgetInEditorHandler.java
index 4295d613ee8..2346489b449 100755
--- a/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/handlers/ReloadNattableWidgetInEditorHandler.java
+++ b/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/handlers/ReloadNattableWidgetInEditorHandler.java
@@ -22,7 +22,7 @@ import org.eclipse.ui.handlers.HandlerUtil;
/**
*
- * @author VL222926
+ * @author Vincent Lorenzo
* This handler allows to the user to recreate the table in the editor. It is useful in case of broken table after a user action
*/
public class ReloadNattableWidgetInEditorHandler extends AbstractHandler {

Back to the top